Add new bot role hidden

This commit is contained in:
Kirill Sukhorukov 2024-11-08 13:33:19 +03:00
parent 7b80d3d542
commit c7b7f73c4f

View File

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