diff --git a/v1/types.go b/v1/types.go index d93cd5a..ead493e 100644 --- a/v1/types.go +++ b/v1/types.go @@ -597,6 +597,7 @@ type ( IsAdmin bool `json:"is_admin"` Available bool `json:"available"` IsTechnicalAccount bool `json:"is_technical_account"` + IsSystem bool `json:"is_system"` } Channel struct {