java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.SentWebAppMessage
- Enclosing class:
- TdApi
Information about the message sent by answerWebAppQuery.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier of the sent inline message, if known. -
Constructor Summary
ConstructorDescriptionInformation about the message sent by answerWebAppQuery.SentWebAppMessage
(DataInput input) Information about the message sent by answerWebAppQuery.SentWebAppMessage
(String inlineMessageId) Information about the message sent by answerWebAppQuery. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
inlineMessageId
Identifier of the sent inline message, if known. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SentWebAppMessage
public SentWebAppMessage()Information about the message sent by answerWebAppQuery. -
SentWebAppMessage
Information about the message sent by answerWebAppQuery.- Parameters:
inlineMessageId
- String Identifier of the sent inline message, if known.
-
SentWebAppMessage
Information about the message sent by answerWebAppQuery.- 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()
-