Package org.drinkless.tdlib
Class TdApi.ReplyMarkupForceReply
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ReplyMarkup
-
- org.drinkless.tdlib.TdApi.ReplyMarkupForceReply
-
- Enclosing class:
- TdApi
public static class TdApi.ReplyMarkupForceReply extends TdApi.ReplyMarkup
Instructs application to force a reply to this message.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringinputFieldPlaceholderIf non-empty, the placeholder to be shown in the input field when the reply is active; 0-64 characters.booleanisPersonalTrue, if a forced reply must automatically be shown to the current user.
-
Constructor Summary
Constructors Constructor Description ReplyMarkupForceReply()Instructs application to force a reply to this message.ReplyMarkupForceReply(boolean isPersonal, String inputFieldPlaceholder)Instructs application to force a reply to this message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
isPersonal
public boolean 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
public String inputFieldPlaceholder
If non-empty, the placeholder to be shown in the input field when the reply is active; 0-64 characters.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ReplyMarkupForceReply
public ReplyMarkupForceReply()
Instructs application to force a reply to this message.
-
ReplyMarkupForceReply
public ReplyMarkupForceReply(boolean isPersonal, String inputFieldPlaceholder)Instructs application to force a reply to this message.- Parameters:
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-