Enum dasi::model::NotificationLevel
[−]
[src]
pub enum NotificationLevel { All, Mentions, Nothing, Parent, }
A user's online presence status
Variants
All | All messages trigger a notification | |
Mentions | Only @mentions trigger a notification | |
Nothing | No messages, even @mentions, trigger a notification | |
Parent | Follow the parent's notification level |