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

Heroku Successfully Deployed But I Still Keep Getting No Web Process Running

I'm trying to push a telegram bot into Heroku. These are files within my folder. /new_bot ---/r… Read more Heroku Successfully Deployed But I Still Keep Getting No Web Process Running

Max Retry Exceeded With Url In Telegram Bot

I started writing a telegram bot in python. but when I run it after a while it returns an error: Ex… Read more Max Retry Exceeded With Url In Telegram Bot

Telethon: Operationalerror: Database Is Locked

Apologies if it is a silly question. I am trying telethon for the first time and it fails to synchr… Read more Telethon: Operationalerror: Database Is Locked

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

Resizing Telegram Inline Keyboard

Telegram's inline keyboard is a great feature with lots of different use cases. Inline buttons … Read more Resizing Telegram Inline Keyboard

How To Get A Telegram Private Channel Id With Telethon

Hi can't figure out how to solve this problem, so any help will be really appreciated. I'm … Read more How To Get A Telegram Private Channel Id With Telethon

Easiest Way To Join A Channel In Python Telethon

I read telethon documentation to retrieve an user-name and join a channel. After some tries i wrote… Read more Easiest Way To Join A Channel In Python Telethon