mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
Added IsSystem flag to UserRef struct
This commit is contained in:
parent
7b80d3d542
commit
bc9702741e
@ -597,6 +597,7 @@ type (
|
|||||||
IsAdmin bool `json:"is_admin"`
|
IsAdmin bool `json:"is_admin"`
|
||||||
Available bool `json:"available"`
|
Available bool `json:"available"`
|
||||||
IsTechnicalAccount bool `json:"is_technical_account"`
|
IsTechnicalAccount bool `json:"is_technical_account"`
|
||||||
|
IsSystem bool `json:"is_system"`
|
||||||
}
|
}
|
||||||
|
|
||||||
Channel struct {
|
Channel struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user