telegram.warnings Module¶
This module contains classes used for warnings issued by this library.
New in version 20.0.
- exception telegram.warnings.PTBDeprecationWarning[source]¶
Bases:
telegram.warnings.PTBUserWarning,DeprecationWarningCustom warning class for deprecations in this library.
Changed in version 20.0: Renamed TelegramDeprecationWarning to PTBDeprecationWarning.
- exception telegram.warnings.PTBRuntimeWarning[source]¶
Bases:
telegram.warnings.PTBUserWarning,RuntimeWarningCustom runtime warning class used for warnings in this library.
New in version 20.0.