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
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
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
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
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 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
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
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
I need to remove the button from ReplyKeyboardMarkup. I search in Google very well. The telebot library(PyTelegramBotAPI) is used. Thank you in advance :)
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
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,
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
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
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