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
-
#input_field_placeholder ⇒ TD::Types::String
If non-empty, the placeholder to be shown in the input field when the reply is active; 0-64 characters.
-
#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
#input_field_placeholder ⇒ TD::Types::String
If non-empty, the placeholder to be shown in the input field when the reply is active; 0-64 characters.
9 10 11 |
# File 'lib/tdlib/types/reply_markup/force_reply.rb', line 9 def input_field_placeholder @input_field_placeholder end |
#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.
9 10 11 |
# File 'lib/tdlib/types/reply_markup/force_reply.rb', line 9 def is_personal @is_personal end |