Class: TD::Types::ReplyMarkup::RemoveKeyboard
- Inherits:
-
TD::Types::ReplyMarkup
- Object
- Dry::Struct
- Base
- TD::Types::ReplyMarkup
- TD::Types::ReplyMarkup::RemoveKeyboard
- Defined in:
- lib/tdlib/types/reply_markup/remove_keyboard.rb
Overview
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.
Instance Attribute Summary collapse
-
#is_personal ⇒ Boolean
True, if the keyboard is removed only for the mentioned users or the target user of a reply.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_personal ⇒ Boolean
True, if the keyboard is removed only for the mentioned users or the target user of a reply.
8 9 10 |
# File 'lib/tdlib/types/reply_markup/remove_keyboard.rb', line 8 def is_personal @is_personal end |