Package it.tdlight.jni
Class TdApi.GetCallbackQueryAnswer
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetCallbackQueryAnswer
- Enclosing class:
- TdApi
public static class TdApi.GetCallbackQueryAnswer extends TdApi.Function
Sends a callback query to a bot and
returns an answer. Returns an error
with code 502 if the bot fails to
answer the query before the query timeout expires.
Returns CallbackQueryAnswer
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Identifier of the chat with the message.static int
CONSTRUCTOR
long
messageId
Identifier of the message from which the query originated.TdApi.CallbackQueryPayload
payload
Query payload. -
Constructor Summary
Constructors Constructor Description GetCallbackQueryAnswer()
Sends a callback query to a bot and returns an answer.GetCallbackQueryAnswer(long chatId, long messageId, TdApi.CallbackQueryPayload payload)
Sends a callback query to a bot and returns an answer.GetCallbackQueryAnswer(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdIdentifier of the chat with the message. -
messageId
public long messageIdIdentifier of the message from which the query originated. -
payload
Query payload. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetCallbackQueryAnswer
public GetCallbackQueryAnswer()Sends a callback query to a bot and returns an answer. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires.Returns
CallbackQueryAnswer
-
GetCallbackQueryAnswer
Sends a callback query to a bot and returns an answer. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires.Returns
CallbackQueryAnswer
- Parameters:
chatId
- long Identifier of the chat with the message.messageId
- long Identifier of the message from which the query originated.payload
- CallbackQueryPayload Query payload.
-
GetCallbackQueryAnswer
- 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()
-