1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-10 02:00:49 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.update/-callback-query-update/index.md
2021-03-17 15:18:37 +00:00

1.4 KiB

//docs/dev.inmo.tgbotapi.types.update/CallbackQueryUpdate

CallbackQueryUpdate

[common] data class CallbackQueryUpdate(updateId: UpdateIdentifier, data: CallbackQuery) : Update

Properties

Name Summary
data [common] open override val data: CallbackQuery
updateId [common] open override val updateId: UpdateIdentifier