Channels

Viber
Maximum text message length: 1000 characters Viber does not allow you to automatically retrieve the client's phone number. This version is only applicable to...
Channels
Facebook API
A Persistent Menu allows you to display a permanent menu with your business's main actions, such as business hours, store locations, products, or other frequ...
Facebook Messenger
How to create a chatbot for Facebook Messenger
If you already have a Facebook business page, you can connect a bot to it. Make sure to create a Page, not a Group. Chatbots on Facebook can only be connecte...
Facebook Messenger
The first message in messengers
In many messengers, you can set up a description message in which you can specify exactly what this bot can offer. In Telegram, you can set up such a welcome...
Channels
WhatsApp Business API
The MaviBot builder also supports the official WhatsApp Business API. To connect the WhatsApp Business API (WABA) to your project, go to the Messengers secti...
Channels
Calculator functions
line_send_message(platform_id, text, buttons, attachments, quote_token, bot_group_id) The function helps you send messages to the specified chat. Parameters ...
Line
How to make a Discord bot
Step 1. Create an application (follow the link). Step 2. Add a bot (click on the "Add Bot" button). Step 2.1. In the Installation section, select Install Lin...
Discord
How to make a TikTok chatbot
MaviBot has an integration with TikTok — one of the world's most dynamic and popular social platforms. This marks a new chapter for our ecosystem. TikTok, wh...
TikTok
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 ...
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
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