Sha256: 4d52548bcc3c43ccaaa330492a7ebb5b0c6be01b7c56504a9097fc67aed43f4c
Contents?: true
Size: 482 Bytes
Versions: 3
Compression:
Stored size: 482 Bytes
Contents
module TD::Types # Instructs application to remove the keyboard once this message has been received. # This kind of keyboard can't be received in an incoming message; instead, UpdateChatReplyMarkup with message_id == 0 # will be sent. # # @attr is_personal [Boolean] True, if the keyboard is removed only for the mentioned users or the target user of a # reply. class ReplyMarkup::RemoveKeyboard < ReplyMarkup attribute :is_personal, TD::Types::Bool end end
Version data entries
3 entries across 3 versions & 1 rubygems