[][src]Trait rtdlib::types::TDNotificationSettingsScope

pub trait TDNotificationSettingsScope: Debug + RObject { }

TRAIT | 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]

Loading content...

Implementors

impl TDNotificationSettingsScope for NotificationSettingsScopeChannelChats[src]

impl TDNotificationSettingsScope for NotificationSettingsScopeGroupChats[src]

impl TDNotificationSettingsScope for NotificationSettingsScopePrivateChats[src]

Loading content...