Class: TD::Types::ReplyMarkup::ForceReply

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

Overview

Instructs application to force a reply to this message.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_personalBoolean

True, if a forced reply must automatically be shown to the current user. For outgoing messages, specify true to show the forced reply only for the mentioned users and for the target user of a reply.

Returns:

  • (Boolean)

    the current value of is_personal



7
8
9
# File 'lib/tdlib/types/reply_markup/force_reply.rb', line 7

def is_personal
  @is_personal
end