Telegram

Payment in Telegram
The payment system is built into Telegram. To accept payments within the messenger, you need to: Connect a payment system to your bot using BotFather. Go to ...
Fonctions API Telegram
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...
Fonctions API Telegram
Functions for sending attachments in messages
! These functions allow you to send files of any type. Recommended formats: GIF, PDF, ZIP up to 2GB. ! Work with Telegram business account tg_send_document(p...
Fonctions API Telegram
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...
Fonctions API Telegram
Bot usage
tg_set_bot_description(description, language_code) - bot description shown when the chat with the bot is empty Parameters: Example of configuring a welcome m...
Fonctions API Telegram
Chatbot for a Personal Telegram account
Restrictions based on the usage scenario can be applied when using an account. Exact data is not available, but approximate limit values can be found in open...
Telegram
Webhook from Telegram
What is a webhook? This is a notification about an event that has occurred. This notification contains the values of the changed variables. To get a complete...
Telegram
Inline mode in Telegram
In addition to the fact that the bot can respond to any requests directly in a personal chat or group, using the online mode, you can globally access the bot...
Telegram
Telegram buttons for chatbots
We recommend that you read the article Button. You can use both reply buttons (regular or keyboard buttons) and Inline buttons (buttons in the text) in Teleg...
Telegram
Message formatting in Telegram
To mark up the text correctly in the desired block (the markup is located under the text input field of the message), strictly follow the following steps: Pu...
Telegram
Chatbot for a Telegram Business account
You can now create personal business assistants — special bots that integrate directly into individual Telegram chats. These bots automatically process incom...
Telegram
How to make a Telegram bot
Telegram requirements & limits 1. Message limits Text-only message: Maximum of 4,096 characters. Message with an image: Maximum of 1,024 characters (for ...
Telegram