Pyrogram v0.6.2#
Download media, Contacts and more#
Notable Changes#
New download_media method for downloading media messages such as Audio, Photo, Video, Document, etc.
It is now possible to send messages to contacts by using their phone numbers.
New add_contacts and delete_contacts methods.
New InputPhoneContact type to be used with add_contacts.
Create a Client without the need of a config.ini file using api_key and proxy parameter.
Send any photo as sticker with send_sticker method.
Interact with inline bots using get_inline_bot_results and send_inline_bot_result.
Some more new entries in the RPCErrors list.
New Examples folder.
Many minor improvements.