skip to Main Content

message_effect_id in Telegram Bot API

update message_id https://core.telegram.org/bots/api On the website with updates for the Telegram Bot API, there's a new feature "message effect". A unique effect ID is required, but it's not mentioned anywhere where to get it. Does anyone have any ideas?

VIEW QUESTION

Telegram API integration of link_preview_options

i try learning API telegram and i have some issue with 'Parameter' 'link_preview_options' https://core.telegram.org/bots/api#sendmessage https://core.telegram.org/bots/api#sendmessage function sendTelegramMessage(chatId, text) { var token = "my_token"; var apiUrl = "https://api.telegram.org/bot" + token + "/sendMessage"; var payload = { method: "post", payload: { chat_id:…

VIEW QUESTION
Back To Top
Search