Class: TD::Types::Update::ScopeNotificationSettings
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ScopeNotificationSettings
- Defined in:
- lib/tdlib/types/update/scope_notification_settings.rb
Overview
Notification settings for some type of chats were updated.
Instance Attribute Summary collapse
-
#notification_settings ⇒ TD::Types::ScopeNotificationSettings
The new notification settings.
-
#scope ⇒ TD::Types::NotificationSettingsScope
Types of chats for which notification settings were updated.
Method Summary
Methods inherited from Base
Instance Attribute Details
#notification_settings ⇒ TD::Types::ScopeNotificationSettings
The new notification settings.
6 7 8 |
# File 'lib/tdlib/types/update/scope_notification_settings.rb', line 6 def notification_settings @notification_settings end |
#scope ⇒ TD::Types::NotificationSettingsScope
Types of chats for which notification settings were updated.
6 7 8 |
# File 'lib/tdlib/types/update/scope_notification_settings.rb', line 6 def scope @scope end |