//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.update](../index.md)/[CallbackQueryUpdate](index.md) # CallbackQueryUpdate [common] data class [CallbackQueryUpdate](index.md)(**updateId**: [UpdateIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUpdateIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **data**: [CallbackQuery](../../dev.inmo.tgbotapi.types.CallbackQuery/-callback-query/index.md)) : [Update](../../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md) ## Properties | Name | Summary | |---|---| | [data](data.md)| [common] open override val [data](data.md): [CallbackQuery](../../dev.inmo.tgbotapi.types.CallbackQuery/-callback-query/index.md)
| | [updateId](update-id.md)| [common] open override val [updateId](update-id.md): [UpdateIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUpdateIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)
|