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§