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

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?

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'

Telegram Bot Api Is The Chat_id Unique For Each User Contacting The Bot?

We are using python API for telegram bots and need to be able to identify the user. Is the chat_id … Read more Telegram Bot Api Is The Chat_id Unique For Each User Contacting The 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 Add Url To Inlinekeyboardbutton For Telegram Bot

I would like to make the button that will open URL (external hyperlink) in browser from Telegram ch… Read more How To Add Url To Inlinekeyboardbutton For Telegram Bot

Singing In Telegramclient Telethon

After running the code, I try to enter a password (but I don’t have it) and can’t enter anything. I… Read more Singing In Telegramclient Telethon