538f1e3972
- Pyrogram core is now fully asynchronous - Ditched Python 3.5, welcome 3.6 as minimum version. - Moved all types to pyrogram.types - Turned the Filters class into a module (filters) - Moved all filters to pyrogram.filters - Moved all handlers to pyrogram.handlers - Moved all emoji to pyrogram.emoji - Renamed pyrogram.api to pyrogram.raw - Clock is now synced with server's time - Telegram schema updated to Layer 117 - Greatly improved the TL compiler (proper type-constructor hierarchy) - Added "do not edit" warning in generated files - Crypto parts are executed in a thread pool to avoid blocking the event loop - idle() is now a separate function (it doesn't deal with Client instances) - Async storage, async filters and async progress callback (optional, can be sync too) - Added getpass back, for hidden password inputs |
||
---|---|---|
.. | ||
__init__.py | ||
add_chat_members.py | ||
archive_chats.py | ||
create_channel.py | ||
create_group.py | ||
create_supergroup.py | ||
delete_channel.py | ||
delete_chat_photo.py | ||
delete_supergroup.py | ||
delete_user_history.py | ||
export_chat_invite_link.py | ||
get_chat_member.py | ||
get_chat_members_count.py | ||
get_chat_members.py | ||
get_chat.py | ||
get_dialogs_count.py | ||
get_dialogs.py | ||
get_nearby_chats.py | ||
iter_chat_members.py | ||
iter_dialogs.py | ||
join_chat.py | ||
kick_chat_member.py | ||
leave_chat.py | ||
pin_chat_message.py | ||
promote_chat_member.py | ||
restrict_chat_member.py | ||
set_administrator_title.py | ||
set_chat_description.py | ||
set_chat_permissions.py | ||
set_chat_photo.py | ||
set_chat_title.py | ||
set_slow_mode.py | ||
unarchive_chats.py | ||
unban_chat_member.py | ||
unpin_chat_message.py | ||
update_chat_username.py |