Top "Telegram" questions

Telegram is a cross-platform cloud-based instant messenger with a focus on security.

How to get the user's name in Telegram Bot?

I'm working in Telegram bot with a handler. where I need to get the user's name or users id once …

python python-3.x telegram telegram-bot python-telegram-bot
Telegram, getting file_id for existing sticker

I'm writing a Telegram bot and I want it to send a sticker. It is said here, that to send …

telegram telegram-bot
How to set Telegram bot webhook?

I'm developing a Telegram bot, and I want to set the webhook to my domain's URL. I've already generated a …

php ssl telegram webhooks telegram-bot
Android - Send Telegram message to a specific number

I'm trying to send a Telegram message to a specific number from within my Android app. Right now my code …

java android telegram
How a channel creator that deleted his account in Telegram, can became the creator of same channel?

A person with ID @person and MOB +969123456789 has a channel named TEST in Telegram (for example). This channel has 3 administrator. @…

telegram administrator
In python-telegram-bot how to get all participants of the group?

In Python-telegram-bot how to get, if possible, the complete list of all participants of the group at which the bot …

telegram telegram-bot python-telegram-bot
How do I send Tables with Telegram Bot API?

I need to send stock market data and the formatting sucks right now. Need to send something liike this | Symbol | …

telegram telegram-bot
How To Obtain Username, First Name Or Last Name Of A Telegram User With Python-Telegram-Bot?

I'm Creating A Telegram Bot Using Python-Telegram-Bot I Know That update.message.chat_id Returns The User's Chat ID, But …

python telegram telegram-bot python-telegram-bot
Is there any size limit to post a file using curl?

I need to post files up to 50mb to telegram bot api. Now I'm using Curl and everything tested and …

php curl telegram
Open telegram channel in android

In my app want to use Intent to open specific telegram channel or telegram group. i search in SF but …

android telegram