how to get all messages from a telegram group with telethon

Solutions on MaxInterview for how to get all messages from a telegram group with telethon by the best coders in the world

showing results for - "how to get all messages from a telegram group with telethon"
Mattia
17 Sep 2016
1with client:
2    client.get_messages('TelethonChat', limit=100)
3