telegramlib.config¶
Telegram Bot Configuration Module¶
This module manages the configuration and state of a Telegram bot. It includes functionalities for setting and retrieving bot parameters, user management, and data persistence. This module ensures proper initialization and management of bot settings, admin and controller user IDs, and other configuration parameters.
Usage¶
This module should be used internally.
Functions
|
Get name of the bot. |
|
Get python-telegram-bot context object. |
|
Get python-telegram-bot update object. |
|
Get message sent by the user. |
Classes
|
Class for bot configuration management. |