mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
feat: new channel type
This commit is contained in:
parent
0329290276
commit
a807e8ea7e
@ -123,6 +123,7 @@ const (
|
|||||||
ChannelTypeText ChannelType = 1
|
ChannelTypeText ChannelType = 1
|
||||||
ChannelTypeVoice ChannelType = 2
|
ChannelTypeVoice ChannelType = 2
|
||||||
ChannelTypeLive ChannelType = 5
|
ChannelTypeLive ChannelType = 5
|
||||||
|
ChannelTypeTopic ChannelType = 7
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user