Add IsTechnicalAccount field to the UserRef struct

This commit is contained in:
Vragov Roman 2022-08-17 12:14:54 +03:00
parent a42575b51c
commit 68d7defc91

View File

@ -523,6 +523,7 @@ type (
Email string `json:"email,omitempty"`
IsAdmin bool `json:"is_admin"`
Available bool `json:"available"`
IsTechnicalAccount bool `json:"is_technical_account"`
}
Channel struct {