Package org.drinkless.tdlib
Class TdApi.SentWebAppMessage
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.SentWebAppMessage
- Enclosing class:
- TdApi
Information about the message sent by answerWebAppQuery.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Identifier of the sent inline message, if known. -
Constructor Summary
ConstructorsConstructorDescriptionInformation about the message sent by answerWebAppQuery.SentWebAppMessage(String inlineMessageId) Information about the message sent by answerWebAppQuery. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
inlineMessageId
Identifier of the sent inline message, if known. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SentWebAppMessage
public SentWebAppMessage()Information about the message sent by answerWebAppQuery. -
SentWebAppMessage
Information about the message sent by answerWebAppQuery.- Parameters:
inlineMessageId- Identifier of the sent inline message, if known.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-