mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-04-03 13:13:33 +03:00
Merge pull request #81 from kifril-ltd/bot-role-hidden
Add new bot role `hidden`
This commit is contained in:
commit
0e970386ce
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ const (
|
|||
|
||||
BotRoleDistributor string = "distributor"
|
||||
BotRoleResponsible string = "responsible"
|
||||
BotRoleHidden string = "hidden"
|
||||
|
||||
MsgTypeText string = "text"
|
||||
MsgTypeSystem string = "system"
|
||||
|
|
Loading…
Add table
Reference in a new issue