Trait TDNotificationSettingsScope

Source
pub trait TDNotificationSettingsScope: Debug + RObject { }
Expand description

Describes the types of chats to which notification settings are relevant

Implementations on Foreign Types§

Source§

impl<'a, NOTIFICATIONSETTINGSSCOPE: TDNotificationSettingsScope> TDNotificationSettingsScope for &'a NOTIFICATIONSETTINGSSCOPE

Source§

impl<'a, NOTIFICATIONSETTINGSSCOPE: TDNotificationSettingsScope> TDNotificationSettingsScope for &'a mut NOTIFICATIONSETTINGSSCOPE

Implementors§