Class: TD::Types::ReplyMarkup::RemoveKeyboard

Inherits:
TD::Types::ReplyMarkup show all
Defined in:
lib/tdlib/types/reply_markup/remove_keyboard.rb

Overview

Instructs clients 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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_personalBoolean

True, if the keyboard is removed only for the mentioned users or the target user of a reply.

Returns:

  • (Boolean)

    the current value of is_personal



8
9
10
# File 'lib/tdlib/types/reply_markup/remove_keyboard.rb', line 8

def is_personal
  @is_personal
end