From bc9702741e1c84f4170c8982ebd778fddc9ac790 Mon Sep 17 00:00:00 2001 From: Opheugene Date: Wed, 6 Nov 2024 19:05:27 +0100 Subject: [PATCH] Added IsSystem flag to UserRef struct --- v1/types.go | 1 + 1 file changed, 1 insertion(+) 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 {