```python from tgEasy import tgClient from pyrogram import Client
app = tgClient(Client("my_account"))
@app.command("start", group_only=True) async def start(client, message): await message.reply_text(f"Hello {message.from_user.mention}")
app.run() ```
Easy: You can install tgEasy with pip and start building your applications right away.
Fast: With the Pyrogram, tgEasy's speed is enhanced
Type-hinted: Types and methods are all type-hinted, enabling excellent editor support.
Asynchronous: With the Asynchronous, tgEasy can handle Multiple Requests at a time.
Documented: All of the available methods, types and functions are well documented.
Comprehensive: With the help of Pyrogram, Execute any advanced action an official client is able to do, and even more.
bash
pip3 install tgEasy
Full Changelog: https://github.com/jayantkageri/tgEasy/compare/v1.3.1...v1.3.3
handler
field in @tgClient.command
which accepts list
or str
.Full Changelog: https://github.com/jayantkageri/tgEasy/compare/v1.3.0...v1.3.1
Full Changelog: https://github.com/jayantkageri/tgEasy/compare/v1.2.7...v1.3.0
self_admin
parameter.adminsOnly
decorator not supporting permissions in the list and same fixed in check_rights
Full Changelog: https://github.com/jayantkageri/tgEasy/compare/v1.2.6...v1.2.7
self
is not Defined by @dhruvx09 in https://github.com/jayantkageri/tgEasy/pull/12Full Changelog: https://github.com/jayantkageri/tgEasy/compare/v1.2.5...v1.2.6
@staticmethod
by @Awesome-RJ in https://github.com/jayantkageri/tgEasy/pull/3if
Statements @Awesome-RJ in https://github.com/jayantkageri/tgEasy/pull/9in
by @Awesome-RJ in https://github.com/jayantkageri/tgEasy/pull/8Full Changelog: https://github.com/jayantkageri/tgEasy/compare/v1.2.4...v1.2.5
tgeasy telegram pyrogrm mtproto core bot hacktoberfest