Sha256: 5f5f5d6515ddc6e94a3568e4e04d3eece86f6f6c2ac23ae6d0f700bff63eae6f

Contents?: true

Size: 395 Bytes

Versions: 4

Compression:

Stored size: 395 Bytes

Contents

module TD::Types
  # Notification settings for a chat were changed.
  #
  # @attr chat_id [Integer] Chat identifier.
  # @attr notification_settings [TD::Types::ChatNotificationSettings] The new notification settings.
  class Update::ChatNotificationSettings < Update
    attribute :chat_id, TD::Types::Integer
    attribute :notification_settings, TD::Types::ChatNotificationSettings
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

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