pyrogram/pyrogram
2022-08-28 16:43:45 +02:00
..
connection Handle socket.connect() blocking-ness 2022-07-23 22:52:21 +02:00
crypto Add speedups.rst 2022-04-24 11:56:07 +02:00
enums Add support for CUSTOM_EMOJI message entity type 2022-08-12 17:18:08 +02:00
errors Rename RPCError.x to RPCError.value 2022-04-24 11:56:07 +02:00
handlers Handle edited messages using a separate handler 2022-04-24 11:56:07 +02:00
methods Fix serialization of empty optional lists 2022-08-28 16:43:45 +02:00
parser Add support for custom emoji in HTML 2022-08-16 08:59:06 +02:00
raw Remove ability to access attributes via bracket notation 2022-04-24 11:56:06 +02:00
session Do not trigger a reconnection when skipping invalid packets 2022-06-20 09:32:10 +02:00
storage Remove unused import 2022-04-29 11:02:58 +02:00
types Fix Sticker parsing 2022-08-14 22:37:09 +02:00
__init__.py Update Pyrogram to v2.0.41 2022-08-16 08:59:32 +02:00
client.py Store the "me" user object 2022-06-20 10:28:49 +02:00
dispatcher.py Handle edited messages using a separate handler 2022-04-24 11:56:07 +02:00
emoji.py Update emoji.py 2022-01-31 21:27:58 +01:00
file_id.py Faster RLE codec implementation (#938) 2022-03-28 20:10:52 +02:00
filters.py Store the "me" user object 2022-06-20 10:28:49 +02:00
mime_types.py Update copyright year 2022-01-07 10:23:45 +01:00
py.typed Add py.typed file for enhanced type hinting (#838) 2022-01-29 13:39:25 +01:00
sync.py Add new function compose 2022-04-24 11:56:07 +02:00
utils.py Filter out empty entities internally (#1041) 2022-07-22 17:15:18 +02:00