mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
- 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 | ||
| delete_messages.py | ||
| download_media.py | ||
| edit_inline_caption.py | ||
| edit_inline_media.py | ||
| edit_inline_reply_markup.py | ||
| edit_inline_text.py | ||
| edit_message_caption.py | ||
| edit_message_media.py | ||
| edit_message_reply_markup.py | ||
| edit_message_text.py | ||
| forward_messages.py | ||
| get_history.py | ||
| get_history_count.py | ||
| get_messages.py | ||
| iter_history.py | ||
| read_history.py | ||
| retract_vote.py | ||
| search_global.py | ||
| search_messages.py | ||
| send_animation.py | ||
| send_audio.py | ||
| send_cached_media.py | ||
| send_chat_action.py | ||
| send_contact.py | ||
| send_dice.py | ||
| send_document.py | ||
| send_location.py | ||
| send_media_group.py | ||
| send_message.py | ||
| send_photo.py | ||
| send_poll.py | ||
| send_sticker.py | ||
| send_venue.py | ||
| send_video.py | ||
| send_video_note.py | ||
| send_voice.py | ||
| stop_poll.py | ||
| vote_poll.py | ||