forked from jmug/stoatchat
Add ability to create DMs
This commit is contained in:
5
src/routes/channel.rs
Normal file
5
src/routes/channel.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub enum ChannelType {
|
||||
DM = 0,
|
||||
GROUP_DM = 1,
|
||||
GUILD_CHANNEL = 2,
|
||||
}
|
||||
Reference in New Issue
Block a user