2019-05-26 02:47:51 +01:00

13 lines
183 B
Go

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