continue
This commit is contained in:
+10
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user