telegramlib.core¶
Telegram Bot Main Functionality Module
This module provides core functionality for managing a Telegram bot, including bot startup, message handling, error handling, and user data management. It incorporates Telegram bot handlers, decorators, and utility functions to facilitate the smooth operation of the bot.
Functions
|
Makes the bot respond to a message from the user. |
|
Get command's arguments. |
|
Deletes a text message of a user. |
|
Sends a text message to a specified user. |
|
Most important function needed to start the bot. |