Sha256: e90b0c1792d4eb0a07985802fa84b7ad50164830e1b9650441fcda066e6b351d

Contents?: true

Size: 497 Bytes

Versions: 6

Compression:

Stored size: 497 Bytes

Contents

module TD::Types
  # Notification settings for some type of chats were updated.
  #
  # @attr scope [TD::Types::NotificationSettingsScope] Types of chats for which notification settings were updated.
  # @attr notification_settings [TD::Types::ScopeNotificationSettings] The new notification settings.
  class Update::ScopeNotificationSettings < Update
    attribute :scope, TD::Types::NotificationSettingsScope
    attribute :notification_settings, TD::Types::ScopeNotificationSettings
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/update/scope_notification_settings.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/scope_notification_settings.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/update/scope_notification_settings.rb
tdlib-ruby-2.2.0 lib/tdlib/types/update/scope_notification_settings.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/scope_notification_settings.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/scope_notification_settings.rb