Can the Telegram bot API play sound from an online audio streaming URL? – Telegram API
Telegram BOT API has functions to send audio files and documents ,But can it play from an online sound streaming URL?
Telegram BOT API has functions to send audio files and documents ,But can it play from an online sound streaming URL?
I just created a bot of telegram to finish a task for the school regarding the integration of ifttt and telegram. My problem is that trying a browser to use a method of Telegram api it returned to me the…
I'm trying to send an animated GIF with sendPhoto (Telegram's Bot API) with this request: https://api.telegram.org/bot<token>/sendPhoto?chat_id=<chat_id>&photo=http://i.giphy.com/13IC4LVeP5NGNi.gif That method works, as in, I get ok:true back, but the image in the chat window is a still snapshot of the moving GIF.…
I just want my bot receives a specific channel messages like when a telegram user joins a telegram channel. 1. I am not Channel creator or admin. 2. I don't want to make my bot, channel admin. 3. I don't…
I want to use telegram APIs in order to develop chatting feature in My Existing Android App. I am not getting how to implement.
I need to get the profile picture of a channel in Telegram. According to this doc: https://core.telegram.org/bots/api I first try to use getChat to get the basic information about a channel . Which I get successfully. It gives me a…
I want to release one unofficial app using Telegram API that have tabbing so found Telegram plus messenger in this address : ( https://play.google.com/store/apps/details?id=org.telegram.plus ) and its source in GitHub at : https://github.com/rafalense/Plus-Messenger but it is source of old version…
I have a telegram bot like this: Getting updates by webhook Language: C# (I welcome answers with other languages too) We have the following scenario for the user: Send /MyPhoto a_parameter command to the bot Send a photo to the…
I want to develop a telegram Bot with multiple options, for example at first I show 3 buttons : button 1 , button 2 , button 3 and when user click on each, again, I show three other buttons :…
I want to create custom keyboard in telegram.bot For example: We have an array of string that gets from the database or other recurses how we can push data from the array to InlineKeyboardMarkup in for loop or function //array…