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

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?

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?

How To Read Messages From Telegram Group With Bot?

I would like to connect a simple telegram bot to read messages from a group, (where I'm not adm… Read more How To Read Messages From Telegram Group With Bot?

How To Get Message From Telegram Groups By API - Python

I was looking for some way in order to listen and catch new message provide by telegram gropus. I h… Read more How To Get Message From Telegram Groups By API - Python