Class: TD::Types::Update::ScopeNotificationSettings

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/scope_notification_settings.rb

Overview

Notification settings for some type of chats were updated.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#notification_settingsTD::Types::ScopeNotificationSettings

The new notification settings.

Returns:



6
7
8
# File 'lib/tdlib/types/update/scope_notification_settings.rb', line 6

def notification_settings
  @notification_settings
end

#scopeTD::Types::NotificationSettingsScope

Types of chats for which notification settings were updated.

Returns:



6
7
8
# File 'lib/tdlib/types/update/scope_notification_settings.rb', line 6

def scope
  @scope
end