mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-02-16 12:33:13 +03:00
Add IsTechnicalAccount
field to the UserRef
struct
This commit is contained in:
parent
a42575b51c
commit
68d7defc91
@ -523,6 +523,7 @@ type (
|
|||||||
Email string `json:"email,omitempty"`
|
Email string `json:"email,omitempty"`
|
||||||
IsAdmin bool `json:"is_admin"`
|
IsAdmin bool `json:"is_admin"`
|
||||||
Available bool `json:"available"`
|
Available bool `json:"available"`
|
||||||
|
IsTechnicalAccount bool `json:"is_technical_account"`
|
||||||
}
|
}
|
||||||
|
|
||||||
Channel struct {
|
Channel struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user