KurimuzonAkuma / pyrogram

Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
https://pyrogram.org
GNU Lesser General Public License v3.0
321 stars 90 forks source link

Add min_id and max_id arguments to get_chat_history method #42

Closed maleficxp closed 5 months ago

maleficxp commented 5 months ago

These arguments is useful if you want to retrieve only new messages from channel (min_id should be set as last retrieved message id)