This commit is contained in:
gitGnome
2026-03-31 20:57:05 +02:00
parent 23cd966eee
commit caab2e22bc
2 changed files with 38 additions and 0 deletions
+10
View File
@@ -27,3 +27,13 @@ type Group struct {
Color [3]uint8
EnableClientColors bool
}
type GroupNoMembers struct {
Name string
CreatedAt time.Time
Id uint32
CreatorId uint32
OwnerId uint32
Color [3]uint8
EnableClientsColors bool
}