diff --git a/readthedocs/examples/projects-using-telethon.rst b/readthedocs/examples/projects-using-telethon.rst index bc286350..681e0074 100644 --- a/readthedocs/examples/projects-using-telethon.rst +++ b/readthedocs/examples/projects-using-telethon.rst @@ -83,3 +83,16 @@ tgmount `nktknshn's GitHub `_ Mount Telegram dialogs and channels as a Virtual File System. + +garnet +====== + +`garnet `_ / +`uwinx's GitHub `_ + +Pomegranate (or ``garnet`` for short) is a small telethon add-on which +features persistent conversations based on Finite State Machines (FSM), +a new ``Filter`` to define handlers more conveniently and utilities to +run code on start and finish of the client. Be sure to check the project +to learn about its latest features, since this description may be out of +date.