2020-04-02 20:53:11 +01:00

13 lines
195 B
Go

package objects
type Role struct {
Id string
Name string
Color int
Hoist bool
Position int
Permissions int
Managed bool
Mentionable bool
}