Added IsSystem flag to UserRef struct

This commit is contained in:
Opheugene 2024-11-06 19:05:27 +01:00
parent 7b80d3d542
commit bc9702741e

View File

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