dashboard-v2/utils/discord/objects/allowedmention.go
2020-03-05 14:56:00 +00:00

8 lines
108 B
Go

package objects
type AllowedMention struct {
Parse []AllowedMentionType
Roles []string
Users []string
}