mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
Merge pull request #81 from kifril-ltd/bot-role-hidden
Add new bot role `hidden`
This commit is contained in:
commit
0e970386ce
@ -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