Struct dasi::model::Role
[−]
[src]
pub struct Role {
pub id: RoleId,
pub name: String,
pub color: u64,
pub hoist: bool,
pub managed: bool,
pub position: i64,
pub mentionable: bool,
pub permissions: Permissions,
}Information about a role
Fields
id | |
name | |
color | Color in |
hoist | |
managed | |
position | |
mentionable | |
permissions |