Merge pull request #81 from kifril-ltd/bot-role-hidden

Add new bot role `hidden`
This commit is contained in:
Pavel 2024-11-15 14:38:21 +03:00 committed by GitHub
commit 0e970386ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,7 @@ const (
BotRoleDistributor string = "distributor"
BotRoleResponsible string = "responsible"
BotRoleHidden string = "hidden"
MsgTypeText string = "text"
MsgTypeSystem string = "system"