Top "Telegram-bot" questions

The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram which is an instant-messaging app with documented API.

Telegram Bot - how to get a group chat id?

I've been using telegram_bot, and trying to get groupChat id to send notifications to group chat, but don't know …

telegram telegram-bot
How to obtain Telegram chat_id for a specific user?

How to obtain user chat_id in Telegram bot API? The documentation says: Integer | Unique identifier for the message recipient — …

telegram-bot
How to add a bot to a Telegram Group?

I've been trying to add a bot to my Telegram group in Android Device but I am not able to …

bots telegram telegram-bot
How do I add my bot to a channel?

I'm using my bot to tell important news, but when I using sendMessage to the channel I'm receiving the following …

telegram telegram-bot
How to obtain the chat_id of a private Telegram channel?

I use curl to update my public channels. This kind of syntax: curl -X POST "https://api.telegram.org/bot144377327:…

telegram-bot
send bold & italic text on telegram bot with html

I've created a bot in telegram I want to send bold and italic text with HTML page to bot My …

html sendmessage telegram telegram-bot
How to get Telegram channel users list with Telegram Bot API

Anybody give a starter on how may I get information about users from my telegram bot. Imagine my bot in …

telegram telegram-bot
Telegram Bot How to delete or remove a message or media from a channel or group

I want to know an example of removing message or file like a photo I did not find any functional …

telegram telegram-bot
PHP: Telegram Bot: Insert line break to text message

"\n" and "\r\n", tested in text message sent by telegram bot, to create line break. Instead of showing line …

php telegram-bot linefeed
Can I get a phone number by user id via Telegram Bot API?

I am using Telegram Bot API for sending instant messages to users. I have installed nuget package. This package is …

c# telegram telegram-bot