public static class TdApi.ReplyMarkupForceReply extends TdApi.ReplyMarkup
TdApi.ReplyMarkup.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inputFieldPlaceholder
If non-empty, the placeholder to be shown in the input field when the reply is active; 0-64 characters.
|
boolean |
isPersonal
True, if a forced reply must automatically be shown to the current user.
|
Constructor and Description |
---|
ReplyMarkupForceReply()
Instructs application to force a reply to this message.
|
ReplyMarkupForceReply(boolean isPersonal,
java.lang.String inputFieldPlaceholder)
Instructs application to force a reply to this message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean isPersonal
public java.lang.String inputFieldPlaceholder
public static final int CONSTRUCTOR
public ReplyMarkupForceReply()
public ReplyMarkupForceReply(boolean isPersonal, java.lang.String inputFieldPlaceholder)
isPersonal
- 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.inputFieldPlaceholder
- If non-empty, the placeholder to be shown in the input field when the reply is active; 0-64 characters.public int getConstructor()
getConstructor
in class TdApi.ReplyMarkup