mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-23 13:26:03 +03:00
Add new bot role hidden
This commit is contained in:
parent
7b80d3d542
commit
c7b7f73c4f
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user