GetCallbackQueryAnswer constructor
- {required int chat_id,
- required int message_id,
- required CallbackQueryPayload payload,
- int? extra,
- int? clientId}
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
Implementation
GetCallbackQueryAnswer