Sha256: 74fb47aa92b51feb9ae277de039b84dd72fc7a7fc3c50f0b7e5dedf1227c979c

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 Bytes

Contents

module TD::Types
  # A notification was changed.
  #
  # @attr notification_group_id [Integer] Unique notification group identifier.
  # @attr notification [TD::Types::Notification] Changed notification.
  class Update::Notification < Update
    attribute :notification_group_id, TD::Types::Integer
    attribute :notification, TD::Types::Notification
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

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