Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

Strange Telegram Bot Probem

I have a python Heroku app that hosts a telegram bot. It's using python-telegram-bot. It works … Read more Strange Telegram Bot Probem

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

AttributeError: 'CallbackContext' ('Update') Object Has No Attribute 'message'

I have a problem after transfer my tg-bot to new server. Absolutely no idea why I have error. It se… Read more AttributeError: 'CallbackContext' ('Update') Object Has No Attribute 'message'