Sha256: 4149005c6a1ac4f17c78c65466edc0d8d8cac42ddad4f7c478fcbda9d0f9041c
Contents?: true
Size: 592 Bytes
Versions: 2
Compression:
Stored size: 592 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::Coercible::Integer attribute :reply_markup_message_id, TD::Types::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/update/chat_reply_markup.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/chat_reply_markup.rb |