I've built this Telegram Bot in Python, with python-telegram-bot. It's not so complex, but I want to do some regression tests to check if everything works fine
I working on python telegram bot that allow login telegram client using registered user and then do some actions using user credentials ... ... But I got the fo
I'm programming a Telegram bot in python with the python-telegram-bot library for python3.x It's a bot for private use only (me and some relatives), so I would
When I leave my program running for a few hours and then send a message to the bot it doesn't reply and after a while it generates the following error. Tracebac
Heyyy, I'm just using pyTelegramBotAPI and used the bot.register_next_step_handler to get a user input as a var and send it to the next function like: getLink =
I have created a web app for my bot and also integrated the telegram "web app Script" https://telegram.org/js/telegram-web-app.js The code of my web app is show
I would like to make a telegram bot that sends error messages from a software. This software would run on 20 different pcs. Each log would be like this: "pc nam
I want to ask the user of the bot to share their live location using a message with two inline buttons (https://core.telegram.org/bots/api#inlinekeyboardbutton)
Is it possible to join a voice call in a group, without joining the group? In Telegram client you can do it, but I couldn't figure out how to do it using teleth
When I receive a message, my client waits until he receives a message that has media type = MessageMediaPoll(), it worked, but the bot has been updated and now
When I receive a message, my client waits until he receives a message that has media type = MessageMediaPoll(), it worked, but the bot has been updated and now
I am trying to make a telegram bot for accounting invite links. It is supposed to count how many times a certain link was used. I tried to get an invite link fr
I'm working on my Telegram bot. I know, in my countries Telegram is locked, so I decide to connect to Telegram Bot API through proxy. When I try to run this cod
In the Telegram app, you can see what members joined from which specific invite link. I would like to access that information through Telegram API. However, I c
I'm trying to get my API id/hash to create some bots for telegram , but in the API developmen tools section , when I enter my bot informations( name , shortname
I want to use the telegram login widget shown in this page https://core.telegram.org/widgets/login and the instructions ask to embed this code onto my website:
I create inline keyboard with web_app field, and it open Web app. But how get data from it? window.Telegram.WebApp.sendData('data') - this method in web app doe
I hope this question is not too general. I'm looking for a way to retrieve all the messages (including media) that have been posted on a Telegram channel, and a
I am using a telegram bot that forwards messages from a certain channel to any other channel I am on, but I want it to forward these messages without a word, fo
In Telegram bot you can send a message with the reply keyboard using the sendMessage method. The keyboard is getting displayed instead of normal qwerty one. W