Package it.tdlight.jni
Class TdApi.ReplyMarkupForceReply
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ReplyMarkup
it.tdlight.jni.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 int
CONSTRUCTOR
boolean
isPersonal
True, 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)
Instructs application to force a reply to this message.ReplyMarkupForceReply(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutputStream output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
isPersonal
public boolean isPersonalTrue, 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ReplyMarkupForceReply
public ReplyMarkupForceReply()Instructs application to force a reply to this message. -
ReplyMarkupForceReply
public ReplyMarkupForceReply(boolean isPersonal)Instructs application to force a reply to this message.- Parameters:
isPersonal
- 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.
-
ReplyMarkupForceReply
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-