ฟังก์ชัน API 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 ...
ฟังก์ชัน 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...
ฟังก์ชัน 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...
ฟังก์ชัน 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...
ฟังก์ชัน 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...
ฟังก์ชัน API Telegram