public static class TdApi.UpdateNewInlineCallbackQuery extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatInstance
An identifier uniquely corresponding to the chat a message was sent to.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
id
Unique query identifier.
|
java.lang.String |
inlineMessageId
Identifier of the inline message, from which the query originated.
|
TdApi.CallbackQueryPayload |
payload
Query payload.
|
int |
senderUserId
Identifier of the user who sent the query.
|
Constructor and Description |
---|
UpdateNewInlineCallbackQuery()
A new incoming callback query from a message sent via a bot; for bots only.
|
UpdateNewInlineCallbackQuery(long id,
int senderUserId,
java.lang.String inlineMessageId,
long chatInstance,
TdApi.CallbackQueryPayload payload)
A new incoming callback query from a message sent via a bot; for bots only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long id
public int senderUserId
public java.lang.String inlineMessageId
public long chatInstance
public TdApi.CallbackQueryPayload payload
public static final int CONSTRUCTOR
public UpdateNewInlineCallbackQuery()
public UpdateNewInlineCallbackQuery(long id, int senderUserId, java.lang.String inlineMessageId, long chatInstance, TdApi.CallbackQueryPayload payload)
id
- Unique query identifier.senderUserId
- Identifier of the user who sent the query.inlineMessageId
- Identifier of the inline message, from which the query originated.chatInstance
- An identifier uniquely corresponding to the chat a message was sent to.payload
- Query payload.public int getConstructor()
getConstructor
in class TdApi.Update