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
getCallbackQueryAnswer(
chat_id: int53,
message_id: int53,
payload: CallbackQueryPayload
) → CallbackQueryAnswer