Category "telegram"

C# WTelegramClient Telegram-API How to programmatically click a button in a message from Telegram-Bot

The program communicates with Telegram-Bot. A text message is sent to the bot. The bot responds to the message. The answer contains 3 buttons. Question: How to

Create new application telegram API

I'm trying to register new app to use the Telegram API, but i'm aways getting ERROR message with no tips. I fill the form and click submit and nothing happened

send a poll in telethon telegram bot

How can i send a poll? I am trying the following code but it returns no error and the poll is not sent: from typing import Optional from telethon.sync import T

Sending Messages to Discussion on Telegram Channel

I currently have a telegram channel linked to a telegram group. As a normal user, in the telegram channel, there is an option for me to "Leave a Comment", which

How to get message info by ID [Telegram API]

I'm writing bot for telegram to gather some stats from group chat. I need to get info about every message (from the beginning of chat). I know how can i do it,

I'm having trouble running the python-telegram-bot Library sample code

I'm trying to use the example codes from the repository's beginners guide and the ready-made examples: wiki& examples I can't run them because of some class

Telegram bot doesn't answer

I'm using the package of eleirbag89 http://eleirbag89.github.io/TelegramBotPHP to create my bot on telegram. I'm having some issues on it, it doesn't answer me

How Can I add URL for Inlinekeyboard in Telegram Bot

I want to create a button that when I click on it will send the file to me in the telegram. from config import TOKEN from telegram import MessageEntity, ReplyK

How to remove a button from the telebot keyboard?

I need to remove the button from ReplyKeyboardMarkup. I search in Google very well. The telebot library(PyTelegramBotAPI) is used. Thank you in advance :)

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 a sticker that already exists on Telegram servers we can simply pass

Telegram Bot: How to get callback_data value?

I have a simple bot in Telegram. My "/select" command displays two buttons and each button has its own value. So, if user clicks on a button I can get the text,

Need download voice message from Telegram on Python

I started developing a pet project related to telegram bot. One of the points was the question, how to download a voice message from the bot? Task: Need to dow

How can I answer to callback in Java telegram bot?

I'm writing a Java bot with https://github.com/rubenlagus/TelegramBots, and I have a problem, when I click inline keyboard button, this little clock: appears an

Pyrogram: The provided reply markup for the game is empty (caused by "messages.SendMedia")

I'm using pyrogram to send a html 5 game to my friends. I create a game call "popspike" from @botfather and this is the link of my html 5 game. Image below is t