Add IsTechnicalAccount field to the UserRef struct

This commit is contained in:
Pavel 2022-08-18 17:26:29 +03:00 committed by GitHub
commit 9400a2b045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {