Struct dasi::model::UserServerSettings
[−]
[src]
pub struct UserServerSettings {
pub server_id: ServerId,
pub message_notifications: NotificationLevel,
pub mobile_push: bool,
pub muted: bool,
pub suppress_everyone: bool,
pub channel_overrides: Vec<ChannelOverride>,
}User settings which influence per-server notification behavior
Fields
server_id | |
message_notifications | |
mobile_push | |
muted | |
suppress_everyone | |
channel_overrides |