telegram.ext.InvalidCallbackData#
- class telegram.ext.InvalidCallbackData(callback_data=None)[source]#
Bases:
telegram.error.TelegramErrorRaised when the received callback data has been tempered with or deleted from cache.
New in version 13.6.
- Parameters
callback_data (
int, optional) – The button data of which the callback data could not be found.