Quantcast
Channel: How to get a message from Telegram groups by API? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Martin Olivari for How to get a message from Telegram groups by API?

Using TelethonReplace channel_name with your telegram channel. from telethon import TelegramClient, events, sync# Remember to use your own values from my.telegram.org!api_id = ...api_hash = '...'client...

View Article



Answer by Ali Hashemi for How to get a message from Telegram groups by API?

There are two ways to achieve your goal:Method 1:My suggested library for python: python-telegram-botCreate a bot.Add the bot to the desired group as administrator.Listen to messages as you normally...

View Article

How to get a message from Telegram groups by API?

I was looking for some way to listen and catch new messages provided by telegram groups.I have not found libraries or API in order to do this in Python.Someone having any suggestion?

View Article
Browsing all 3 articles
Browse latest View live




Latest Images