Related questions
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 which methods I have to use for it.
For getting chat id I use to message.chat.id when the …
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 do so. I tried @bot_name, /bot_name, but it doesn't work.
Is it possible to add a bot to …
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 error:
{"ok":false,"error_code":403,"description":"Error: Forbidden: bot is not a participant of the channel"}
In the Change Log …