Class: TD::Types::ReplyMarkup::ForceReply
- Inherits:
-
TD::Types::ReplyMarkup
- Object
- Dry::Struct
- Base
- TD::Types::ReplyMarkup
- TD::Types::ReplyMarkup::ForceReply
- Defined in:
- lib/tdlib/types/reply_markup/force_reply.rb
Overview
Instructs application to force a reply to this message.
Instance Attribute Summary collapse
-
#is_personal ⇒ Boolean
True, if a forced reply must automatically be shown to the current user.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_personal ⇒ Boolean
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.
7 8 9 |
# File 'lib/tdlib/types/reply_markup/force_reply.rb', line 7 def is_personal @is_personal end |