Inherits ReplyMarkup.
Instructs application to force a reply to this message.
Public Fields | |
bool | is_personal_ |
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. | |
string | input_field_placeholder_ |
If non-empty, the placeholder to be shown in the input field when the reply is active; 0-64 characters. | |
Public Instance Methods | |
replyMarkupForceReply () | |
replyMarkupForceReply (bool is_personal_, string const &input_field_placeholder_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1101461919 |
Identifier uniquely determining a type of the object. | |
Instructs application to force a reply to this message.
replyMarkupForceReply | ( | bool | is_personal_, |
string const & | input_field_placeholder_ | ||
) |
Instructs application to force a reply to this message.
[in] | is_personal_ | 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. |
[in] | input_field_placeholder_ | If non-empty, the placeholder to be shown in the input field when the reply is active; 0-64 characters. |
|
finalvirtual |