Sha256: eb323e2dbe9c41e2c651930f85b2404097ee9d806dfbd184c85e34175fd56095

Contents?: true

Size: 570 Bytes

Versions: 4

Compression:

Stored size: 570 Bytes

Contents

module TD::Types
  # The default chat reply markup was changed.
  # Can occur because new messages with reply markup were received or because an old reply markup was hidden by the
  #   user.
  #
  # @attr chat_id [Integer] Chat identifier.
  # @attr reply_markup_message_id [Integer] Identifier of the message from which reply markup needs to be used; 0 if
  #   there is no default custom reply markup in the chat.
  class Update::ChatReplyMarkup < Update
    attribute :chat_id, TD::Types::Integer
    attribute :reply_markup_message_id, TD::Types::Integer
  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_reply_markup.rb
tdlib-ruby-2.2.0 lib/tdlib/types/update/chat_reply_markup.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/chat_reply_markup.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/chat_reply_markup.rb