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