Sha256: 07e8c9b1ae461348ed3329fb5d32f3f5113275c336be1d753055f2504027f16b

Contents?: true

Size: 402 Bytes

Versions: 3

Compression:

Stored size: 402 Bytes

Contents

module TD::Types
  # A chat's is_sponsored field has changed.
  #
  # @attr chat_id [Integer] Chat identifier.
  # @attr is_sponsored [Boolean] New value of is_sponsored.
  # @attr order [Integer] New value of chat order.
  class Update::ChatIsSponsored < Update
    attribute :chat_id, TD::Types::Integer
    attribute :is_sponsored, TD::Types::Bool
    attribute :order, TD::Types::Integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/update/chat_is_sponsored.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/chat_is_sponsored.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/chat_is_sponsored.rb