Added badge constants
This commit is contained in:
parent
9c32f33d9f
commit
563d9f9413
3
chat.go
3
chat.go
|
@ -19,6 +19,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
ChatBadgeRecurringSubscription = "recurring_subscription"
|
||||||
|
ChatBadgeLocalsSupporter = "locals_supporter"
|
||||||
|
|
||||||
ChatTypeInit = "init"
|
ChatTypeInit = "init"
|
||||||
ChatTypeMessages = "messages"
|
ChatTypeMessages = "messages"
|
||||||
ChatTypeMuteUsers = "mute_users"
|
ChatTypeMuteUsers = "mute_users"
|
||||||
|
|
Loading…
Reference in a new issue