Skip to content Skip to sidebar Skip to footer
Showing posts with the label Telegram Bot

Creating A Handler By Clicking On Dynamic Inline Buttons

I have dynamically created buttons in an array keyboard = InlineKeyboardMarkup() keyboard.row_width… Read more Creating A Handler By Clicking On Dynamic Inline Buttons

How To Restrict The Acess To A Few Users In Pytelegrambotapi?

I'm using telebot (https://github.com/eternnoir/pyTelegramBotAPI) to create a bot to send photo… Read more How To Restrict The Acess To A Few Users In Pytelegrambotapi?

Telegram Bot - Bad Request: Wrong File Identifier/http Url Specified

I have a weird problem with uploading a file to telegram via the sendDocument method. I am writing … Read more Telegram Bot - Bad Request: Wrong File Identifier/http Url Specified

How To Get A User Object From A Message In Group At Telegram Bot

Recently I was working on a simple Telegram bot written in python (with the python-telegram-bot lib… Read more How To Get A User Object From A Message In Group At Telegram Bot

Telegram Bot- How To Send Messages Daily

I am trying to develop a telegram-bot that send a message every day at a specific time. but it'… Read more Telegram Bot- How To Send Messages Daily

Callbackqueryhandler Or Conversationhandler For A Message Sent From Bot Class

Using python-telegram-bot, I have a bot running with very similar settings as for the other example… Read more Callbackqueryhandler Or Conversationhandler For A Message Sent From Bot Class