public static class TdApi.SentWebAppMessage extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inlineMessageId
Identifier of the sent inline message, if known.
|
| Constructor and Description |
|---|
SentWebAppMessage()
Information about the message sent by answerWebAppQuery.
|
SentWebAppMessage(java.lang.String inlineMessageId)
Information about the message sent by answerWebAppQuery.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String inlineMessageId
public static final int CONSTRUCTOR
public SentWebAppMessage()
public SentWebAppMessage(java.lang.String inlineMessageId)
inlineMessageId - Identifier of the sent inline message, if known.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object