Skip to content

Commit

Permalink
Added IsSystem flag to UserRef struct
Browse files Browse the repository at this point in the history
  • Loading branch information
opheugene committed Nov 6, 2024
1 parent 7b80d3d commit bc97027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bc97027

Please sign in to comment.