Sha256: aa71bbd44e15b8db552ea24c8575b44958d70a685a91ef98502d7dd88bc73e71

Contents?: true

Size: 387 Bytes

Versions: 2

Compression:

Stored size: 387 Bytes

Contents

module TD::Types
  # The chat pinned message was changed.
  #
  # @attr chat_id [Integer] Chat identifier.
  # @attr pinned_message_id [Integer] The new identifier of the pinned message; 0 if there is no pinned message in the
  #   chat.
  class Update::ChatPinnedMessage < Update
    attribute :chat_id, TD::Types::Integer
    attribute :pinned_message_id, TD::Types::Integer
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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