Elixir v0.2.1 Nostrum.Struct.Guild.Role
Struct representing a Discord role.
Summary
Types
The hexadecimal color code
Whether the role is pinned in the user listing
The id of the role
Whether the role is managed by an integration
Whether the role is mentionable
The name of the role
The permission bit set
The position of the role
Types
The name of the role
t()
t() :: %Nostrum.Struct.Guild.Role{color: color, hoist: hoist, id: id, managed: managed, mentionable: mentionable, name: name, permissions: permissions, position: position}