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, DeprecationWarning

Custom 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, RuntimeWarning

Custom runtime warning class used for warnings in this library.

New in version 20.0.

exception telegram.warnings.PTBUserWarning[source]

Bases: UserWarning

Custom user warning class used for warnings in this library.

New in version 20.0.