Trait rust_tdlib::types::TDNotificationSettingsScope[][src]

pub trait TDNotificationSettingsScope: Debug + RObject { }
Expand description

Describes the types of chats to which notification settings are applied

Implementations on Foreign Types

impl<'a, NOTIFICATIONSETTINGSSCOPE: TDNotificationSettingsScope> TDNotificationSettingsScope for &'a NOTIFICATIONSETTINGSSCOPE[src]

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

Implementors