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

Lamda Funtion In @bot.message_handler() Not Working Properly In Telebot Python

I tried to implement the following line of code in python script for a telegram bot building using … Read more Lamda Funtion In @bot.message_handler() Not Working Properly In Telebot Python

Telegram Bot Api Python Run_daily Method

Hey i am trying to run a telegram bot on a daily base so i tried different things. updater = Update… Read more Telegram Bot Api Python Run_daily Method

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

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?

Sending Telegram Messages With Telethon: Some Entity Parameters Work, Others Don't?

I'm using Telethon's send_message function to send messages to various chats. Sometimes, th… Read more Sending Telegram Messages With Telethon: Some Entity Parameters Work, Others Don't?