API Telegram functions
Payment in Telegram
Telegram has a built-in payment system. To accept payments inside Telegram, you need to: Connect a payment provider to your bot through BotFather. Open your ...
API Telegram functions
Telegram chat and messenger settings
Working with platform IDs in MaviBot In MaviBot, all Telegram entities (users, groups, channels) are identified by a generic platform_id variable. This varia...
API Telegram functions
Functions for sending attachments in messages
Send document tg_send_document() ! These functions allow you to send files of any type. Recommended formats: GIF, PDF, ZIP up to 2GB. ! Work with Telegram bu...
API Telegram functions
Functions for sending and editing messages
tg_send_message(platform_id, text,client_message_id, reply_markup, parse_mode, disable_web_page_preview, protect_content, disable_notification, message_threa...
API Telegram functions
Bot usage
tg_set_bot_description(description, language_code) - bot description shown when the chat with the bot is empty Parameters: Parameter Description description ...
API Telegram functions