java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.CallbackQueryAnswer>
it.tdlight.jni.TdApi.GetCallbackQueryAnswer
- Enclosing class:
- TdApi
public static final class TdApi.GetCallbackQueryAnswer
extends TdApi.Function<TdApi.CallbackQueryAnswer>
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
Modifier and TypeFieldDescriptionlong
Identifier of the chat with the message.static final int
long
Identifier of the message from which the query originated.Query payload. -
Constructor Summary
ConstructorDescriptionSends 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) Sends a callback query to a bot and returns an answer. -
Method Summary
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:
-
-
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. ReturnsCallbackQueryAnswer
-
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. ReturnsCallbackQueryAnswer
- 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
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. ReturnsCallbackQueryAnswer
- 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()
-