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

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

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?

Valueerror: Could Not Find The Input Entity For Peeruser

I've got this Error after fixing my previous problem, here is the log: Unhandled exception … Read more Valueerror: Could Not Find The Input Entity For Peeruser

Telegram Api - Creating An Authorization Key 404 Error

I am trying to write a simple program in python to use telegram api, (not bot api, main messaging a… Read more Telegram Api - Creating An Authorization Key 404 Error

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

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?