public static class TdApi.UpdateNewCallbackQuery extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Identifier of the chat where the query was sent.
|
long |
chatInstance
Identifier that uniquely corresponds to the chat to which the message was sent.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
id
Unique query identifier.
|
long |
messageId
Identifier of the message, from which the query originated.
|
TdApi.CallbackQueryPayload |
payload
Query payload.
|
long |
senderUserId
Identifier of the user who sent the query.
|
Constructor and Description |
---|
UpdateNewCallbackQuery()
A new incoming callback query; for bots only.
|
UpdateNewCallbackQuery(long id,
long senderUserId,
long chatId,
long messageId,
long chatInstance,
TdApi.CallbackQueryPayload payload)
A new incoming callback query; for bots only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long id
public long senderUserId
public long chatId
public long messageId
public long chatInstance
public TdApi.CallbackQueryPayload payload
public static final int CONSTRUCTOR
public UpdateNewCallbackQuery()
public UpdateNewCallbackQuery(long id, long senderUserId, long chatId, long messageId, long chatInstance, TdApi.CallbackQueryPayload payload)
id
- Unique query identifier.senderUserId
- Identifier of the user who sent the query.chatId
- Identifier of the chat where the query was sent.messageId
- Identifier of the message, from which the query originated.chatInstance
- Identifier that uniquely corresponds to the chat to which the message was sent.payload
- Query payload.public int getConstructor()
getConstructor
in class TdApi.Update