1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-06 09:25:05 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/-answer-callback-query.md
2021-03-17 15:18:37 +00:00

12 lines
860 B
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.answers](../index.md)/[AnswerCallbackQuery](index.md)/[AnswerCallbackQuery](-answer-callback-query.md)
# AnswerCallbackQuery
[common]
Content
fun [AnswerCallbackQuery](-answer-callback-query.md)(callbackQueryId: [CallbackQueryIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FCallbackQueryIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, showAlert: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, cachedTimeSeconds: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null)