Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

pyrogram


Collective - Host: opensource - https://opencollective.com/pyrogram - Website: https://opencollective.com/ - Code: https://github.com/pyrogram

Simplify mime types guessing and remove unused code

github.com/pyrogram/pyrogram - 18b3ca18929ad05609c516070dfd50f828d3ae87 authored about 4 years ago by Dan <[email protected]>
Remove unneeded util functions and improve docs

github.com/pyrogram/pyrogram - 29fa3ec5200e2f55b464b1bd58ea622be6f90cd7 authored about 4 years ago by Dan <[email protected]>
Improve typing hints (#537)

* Change type1 or type2 to Union[type1, type2]

* Address @KunoiSayami suggestions

* Change...

github.com/pyrogram/pyrogram - 1dc4df8cb1da36730d2318a0dbaab40cb2806b79 authored about 4 years ago by Alisson Lauffer <[email protected]>
Add new method get_media_group (#550)

* Update __init__.py

Support for GetMediaGroup

* Create get_media_group.py

Added new me...

github.com/pyrogram/pyrogram - e1dac6c0e241c6332024aa0d3c6b9a7e84ae67d2 authored about 4 years ago by Legenda24 <[email protected]>
Update API schema (Layer 122 patch)

github.com/pyrogram/pyrogram - 503327c864e46c915d32760db9cdfeee04eeb73c authored about 4 years ago by Dan <[email protected]>
Typo on_chosen_inline_query -> on_chosen_inline_result (#559)

github.com/pyrogram/pyrogram - db3b262b8cb7473f7ca11c05bfc3bb6552ce6ce9 authored about 4 years ago by Shrimadhav U K <[email protected]>
Add mark_chat_unread() method (#322)

* Add mark_chat_unread() method

* Add bound method for mark_chat_unread

* Update mark_chat...

github.com/pyrogram/pyrogram - 04cf4e68e3339f12e3c3a44649cced690727c04d authored about 4 years ago by ColinShark <[email protected]>
Make generating new salts independent of the system clock

Closes #553

github.com/pyrogram/pyrogram - 8b3e1ce9cc9b9cb1912561f469788775b8279d67 authored about 4 years ago by Dan <[email protected]>
Merge pull request #555 from JosXa/patch-1

Don't process MessageEmpty in get_dialogs

github.com/pyrogram/pyrogram - 7efd0d1d4e38519edb22119ad3a693eefbaa2637 authored about 4 years ago by Dan <[email protected]>
Merge pull request #556 from drizzt/video-ttl_seconds

Add ttl_seconds support for send_video and reply_video

github.com/pyrogram/pyrogram - 1835b62a4077697100a97acf6174e035cf62f7c8 authored about 4 years ago by Dan <[email protected]>
Add "speaking" chat action

github.com/pyrogram/pyrogram - e7667d851e5aea3c8b0c116b617a9335d3221234 authored about 4 years ago by Dan <[email protected]>
Bump beta version

github.com/pyrogram/pyrogram - 9891eb77a18f8482fcda56fec1778f01b29dd607 authored about 4 years ago by Dan <[email protected]>
Ignore PhotoPathSize for now

github.com/pyrogram/pyrogram - a30e49fe795224b8ed23a833a12d14019bea7941 authored about 4 years ago by Dan <[email protected]>
Update API schema to Layer 122

github.com/pyrogram/pyrogram - 5cbe03e89e18017d0015da302706bcfb42d5db0c authored about 4 years ago by Dan <[email protected]>
Move crypto calls to threads in case of big enough chunks

github.com/pyrogram/pyrogram - 844e53a70e696f74560e57bad3af236efaac75db authored about 4 years ago by Dan <[email protected]>
Fix peer ids decoding from file ids

github.com/pyrogram/pyrogram - 521e403f9220f53c8e19500c36fb4b4a3bafe577 authored about 4 years ago by Dan <[email protected]>
Add more verbose error in case of network issues

github.com/pyrogram/pyrogram - 3c8f41b1d2270fca41e6115b215a539faf515950 authored about 4 years ago by Dan <[email protected]>
Fix copied messages reporting "None" in case of empty captions

github.com/pyrogram/pyrogram - d2023c39aeab9e77aff5abcb7ba12ca9df868977 authored about 4 years ago by Dan <[email protected]>
Fix little typo

github.com/pyrogram/pyrogram - 76b9f97681069275ddc3bd7ad74b7ef9c5c2c2a2 authored about 4 years ago by Dan <[email protected]>
Add Message.copy bound method

github.com/pyrogram/pyrogram - 2f3bcd7ee57bd9eec4884bcfcf9fe79f6a004261 authored about 4 years ago by Dan <[email protected]>
Remove as_copy from forward_messages (superseded by copy_message)

github.com/pyrogram/pyrogram - c606f836d402162bb1e835a0a5a89e29244bca40 authored about 4 years ago by Dan <[email protected]>
Add new method: copy_message

github.com/pyrogram/pyrogram - 7325daf870785888158067bb5f29d54bde94da15 authored about 4 years ago by Dan <[email protected]>
Add missing caption_entities parameter to send_cached_media

github.com/pyrogram/pyrogram - 6f878949e1e08e3526f3299c4279c6ffa935af49 authored about 4 years ago by Dan <[email protected]>
Add ttl_seconds support for send_video and reply_video

github.com/pyrogram/pyrogram - babbe00e5e602b0423514fd9c563be42b498fd61 authored about 4 years ago by Timothy Redaelli <[email protected]>
Update get_dialogs.py

github.com/pyrogram/pyrogram - ff0fa9cbc3234299e02bd6fbbba6eb1f5d0d24cd authored about 4 years ago by Joscha Götzer <[email protected]>
Add a missing method to docs and move one to the correct space

github.com/pyrogram/pyrogram - de0b215f8de0dbdcb51a1307197564037e57ec01 authored about 4 years ago by Dan <[email protected]>
Don't process MessageEmpty in get_dialogs

Prevent
```
File "C:\Users\INT002327\AppData\Local\pypoetry\Cache\virtualenvs\josxabot-c3BmT...

github.com/pyrogram/pyrogram - b8934ae17c9b47448648f4b387ee44701b87d4ff authored about 4 years ago by Joscha Götzer <[email protected]>
Fix leftover bytes not being represented in hex

github.com/pyrogram/pyrogram - 601483f210d08326db6be9539eb78e1bd1f768f6 authored about 4 years ago by Dan <[email protected]>
Add nicer error in case of unknown constructors

github.com/pyrogram/pyrogram - 68158d10538a1696a4f079601f39173bee673c6a authored about 4 years ago by Dan <[email protected]>
Do not parse PhotoStrippedSize

github.com/pyrogram/pyrogram - c87177e7a655a1958b024064e6fbfdcab53d90e3 authored about 4 years ago by Dan <[email protected]>
Add support for manual text entities.

github.com/pyrogram/pyrogram - 384f4eba71519e0da12c23226b0aac10a706bd8d authored about 4 years ago by Dan <[email protected]>
Fix wrong docs references on pyrogram.filters

github.com/pyrogram/pyrogram - 72db61a416acd77625278bd3f774046e2393c97d authored about 4 years ago by Dan <[email protected]>
Fix messed up variable names

github.com/pyrogram/pyrogram - 4f197855f4af38f5dc49ce4ff76e062d25227623 authored about 4 years ago by Dan <[email protected]>
Add schedule_date parameter to send_media_group()

github.com/pyrogram/pyrogram - 90cee1ea890171afde47d33c85d493c1bb69c4c7 authored about 4 years ago by Dan <[email protected]>
Fix some missing raw API references in docs

github.com/pyrogram/pyrogram - a6f8827433114754f20535afffd0498104681bc3 authored about 4 years ago by Dan <[email protected]>
Add a clearer error in case of bad file ids

github.com/pyrogram/pyrogram - 9f77fed181807ea5f9a70328b165e2be293b6594 authored about 4 years ago by Dan <[email protected]>
Add support for the new Bot API fields: file_id, file_unique_id

Remove file_ref from Pyrogram's API

github.com/pyrogram/pyrogram - a4566de2ef5575b21a4c2aff86f3ab5cddcf4c91 authored about 4 years ago by Dan <[email protected]>
Set default file_reference to b"" instead of None

github.com/pyrogram/pyrogram - e0c3578fbb2bfb9913eb35d52a337f8e9c5e2ae5 authored about 4 years ago by Dan <[email protected]>
Fix thumbnail_file_type type (str -> FileType)

github.com/pyrogram/pyrogram - b85096c4ceb7a3d224ffc3c0c1cbffec55929765 authored about 4 years ago by Dan <[email protected]>
Docs improvements

github.com/pyrogram/pyrogram - 8fbe45ddbaee279819a587f2b9eb0e1e21019a0c authored about 4 years ago by Dan <[email protected]>
Remove "schedule" from docs

github.com/pyrogram/pyrogram - 30664b26d53bcf6ed10a6ddf79cf797b50e5afcd authored about 4 years ago by Dan <[email protected]>
Fix docs errors path

github.com/pyrogram/pyrogram - ce729fa1e339db299314789553cac7c24d59806b authored about 4 years ago by Dan <[email protected]>
Improve test coverage

github.com/pyrogram/pyrogram - 3f351d5875e1401013dcd4e15679f94e950ca09f authored about 4 years ago by Dan <[email protected]>
Fix version being taken from class fields instead of instance fields

github.com/pyrogram/pyrogram - 786235f3163af5f9eb9ae3a1bac6a9f3c538ff62 authored about 4 years ago by Dan <[email protected]>
Filter None values out from stringified file ids

github.com/pyrogram/pyrogram - fa820328c3edfe0ea22aa9ff56a52cde6a04198b authored about 4 years ago by Dan <[email protected]>
Fix Illegal quoting

github.com/pyrogram/pyrogram - a2d7da1f591e135dd5a8948109c3cb1af1ec374f authored about 4 years ago by Dan <[email protected]>
Add github.com/delivrance to FUNDING.yml

github.com/pyrogram/pyrogram - 2f127451fb7ccd7b93c9d32056cebe5f9cd7f670 authored about 4 years ago by Dan <[email protected]>
Add macOS and Windows environments for tests

github.com/pyrogram/pyrogram - 63b3a61ae4d3bc4341a66edc9a1d8e9073637a60 authored about 4 years ago by Dan <[email protected]>
Fix compiled errors destination path

github.com/pyrogram/pyrogram - bf7bd45f1c7cce20c0a8d7183aa2abae0170f7d2 authored about 4 years ago by Dan <[email protected]>
Merge branch 'master' into tests

github.com/pyrogram/pyrogram - d215f4b51524d138d08fd6fa159fe7c5989bc1af authored about 4 years ago by Dan <[email protected]>
Merge branch 'errors'

github.com/pyrogram/pyrogram - 03103fd8dabf44e604c1ae01784f56eb888edf08 authored about 4 years ago by Dan <[email protected]>
Evaluate debug raw data only when actually needed

#541

github.com/pyrogram/pyrogram - 76985faa118835e1b8ee2e5fb8ce51631d90ffd4 authored about 4 years ago by Dan <[email protected]>
Fix missing API when running actions

github.com/pyrogram/pyrogram - bbd2a23c2d06376e3c419642441db20e7712840d authored about 4 years ago by Dan <[email protected]>
Add GitHub workflow actions

github.com/pyrogram/pyrogram - 6e7c0309b564a1b6581c49e7dce8dc8a5f02fe63 authored about 4 years ago by Dan <[email protected]>
Make use of tox for tests

github.com/pyrogram/pyrogram - 91f3a16d08204945a13b12c71c5ff72168d350e2 authored about 4 years ago by Dan <[email protected]>
Add file_id.py tests

github.com/pyrogram/pyrogram - fb28e4d943d6ce6d635054c0ff2011f2c9f2ca6f authored about 4 years ago by Dan <[email protected]>
Add file_id.py

A module to deal with Telegram file ids

github.com/pyrogram/pyrogram - 301a13edd2294f8bb4654d31a3d071cb9d8903c5 authored about 4 years ago by Dan <[email protected]>
Rename "error" package to "errors"

github.com/pyrogram/pyrogram - 1b42fb7f778379e350506d238d3046ee120a200a authored about 4 years ago by Dan <[email protected]>
Sort errors, add sort.py script for future sorts

github.com/pyrogram/pyrogram - 6a8741124d64d3c5cda6e07c47993b9729ca8abb authored about 4 years ago by Dan <[email protected]>
Add extra errors

github.com/pyrogram/pyrogram - f3b96e889ff179eb169b8f42386fa682db7f6a71 authored about 4 years ago by Dan <[email protected]>
Fix senders wrongly being in sender_chat instead of from_user

github.com/pyrogram/pyrogram - e4405db50dc5c247e1fef0e3440e02c8ff4903a7 authored about 4 years ago by Dan <[email protected]>
Add support for pinned messages in search_messages

github.com/pyrogram/pyrogram - 80f8010d50b17f7cb68b0ad5b2f5ba184293a451 authored about 4 years ago by Dan <[email protected]>
Update .travis.yml

github.com/pyrogram/tgcrypto - 9836e93a278f53c8e55dc6ecf401b1c3de569ace authored about 4 years ago by Dan <[email protected]>
Update Message.author_signature docs

github.com/pyrogram/pyrogram - 418ad164a04f64ab44630952f8d7782971167f03 authored about 4 years ago by Dan <[email protected]>
Add parameter is_anonymous to the method promote_chat_member

github.com/pyrogram/pyrogram - f832df14b4231ae1f971243e1e69433a1d5a6e36 authored about 4 years ago by Dan <[email protected]>
Add is_anonymous attribute to ChatMember

github.com/pyrogram/pyrogram - e71bb87a2dfa15eebec59030d9451cc180374bdb authored about 4 years ago by Dan <[email protected]>
Add support for anonymous messages

Add Message.sender_chat attribute

github.com/pyrogram/pyrogram - abffef5d944d16d6d5571c7d77c3adb2488798fa authored about 4 years ago by Dan <[email protected]>
Add support for InputMediaDocument in media groups

github.com/pyrogram/pyrogram - fa24439ee30daeed474ba3e3c374987ec6076d18 authored about 4 years ago by Dan <[email protected]>
Add new method unpin_all_chat_messages

github.com/pyrogram/pyrogram - ebf2d683860af897f3c08e616286a1a3f89bd4c3 authored about 4 years ago by Dan <[email protected]>
Add "bio" attribute in Chat objects

github.com/pyrogram/pyrogram - c7e4e55607d973bcb0231bfda6aae5d588c7b062 authored about 4 years ago by Dan <[email protected]>
Fix broken Chat parsing for user/bot chats

github.com/pyrogram/pyrogram - 6027ee867f32204ed9941150cbb6288c9798116f authored about 4 years ago by Dan <[email protected]>
Merge pull request #529 from SmartManoj/patch-1

Fixed grammatical error

github.com/pyrogram/pyrogram - e850530a9baa0ebb16f0c21c45186b498b436173 authored about 4 years ago by Dan <[email protected]>
Update faq.rst

github.com/pyrogram/pyrogram - e2806acbdec82dd93015323427d7f22760d0e97e authored about 4 years ago by மனோஜ்குமார் பழனிச்சாமி <[email protected]>
Merge pull request #528 from pyrogram/fixes

Collection of fixes

github.com/pyrogram/pyrogram - 888e296813a1864d5bf42bd55015e033afeb03c7 authored about 4 years ago by Dan <[email protected]>
Fix wrong imports in examples

github.com/pyrogram/pyrogram - c139d78b34f9a827b4bb62e80ae6bc900c508a8b authored about 4 years ago by Dan <[email protected]>
Add missing parameters in Message.reply_poll (#507)

github.com/pyrogram/pyrogram - a2b8658153dced645b34b5d447fb9e7a2d8a7ffb authored about 4 years ago by Shrimadhav U K <[email protected]>
Fix of a small mess up

github.com/pyrogram/pyrogram - 18639002994515ad8e1a931aabc3e29ae6bfbd63 authored about 4 years ago by Dan <[email protected]>
Update creator ChatMember with admin permissions (#523)

github.com/pyrogram/pyrogram - 740bcd145a215a1b1640844702b3d29f84c94268 authored about 4 years ago by Shrimadhav U K <[email protected]>
Spelling correction in docs (#524)

A spelling correction was made under the "Using add_handler()" section.

github.com/pyrogram/pyrogram - 61df1957a09342ab0864ad556314925f26390682 authored about 4 years ago by Victor Ajibade <[email protected]>
Fix wrong comparison with a non-raw type (#525)

chatex.send now returns raw.types.Chat instead of types.Chat

github.com/pyrogram/pyrogram - 62999772c2afde75c0fd0916e2ade951552dd6bd authored about 4 years ago by NoamDev <[email protected]>
Make objects pickable by removing the _client attribute (#526)

github.com/pyrogram/pyrogram - 028e6ed04a039c338734e305b9e16ae7858b3785 authored about 4 years ago by GodSaveTheDoge <[email protected]>
Merge pull request #527 from pyrogram/L120

Update API schema to Layer 120

github.com/pyrogram/pyrogram - e39ebdec82f8c77515b7e90f28b4e87807183357 authored about 4 years ago by Dan <[email protected]>
Allow sending audio playlists

github.com/pyrogram/pyrogram - fe16dc8043796b0ec6eb7917d6865042fb956581 authored about 4 years ago by Dan <[email protected]>
Update pin/unpin_chat_message and Message.pin/unpin

github.com/pyrogram/pyrogram - 832f1f6d53c3196f3994e8376a8a9a19d74ec188 authored about 4 years ago by Dan <[email protected]>
Merge branch 'L120' into L119

# Conflicts:
# compiler/api/source/main_api.tl

github.com/pyrogram/pyrogram - 431abd6a519e1ad28aa57935ca1d189fe776461f authored about 4 years ago by Dan <[email protected]>
Update API schema to Layer 120

github.com/pyrogram/pyrogram - 31f9772917bc41ced7d5486842f6b41b6489a3b8 authored about 4 years ago by Dan <[email protected]>
Update README.md

github.com/pyrogram/tgcrypto - 9253e2320c784308f1ce63350276267de9b82d26 authored about 4 years ago by Dan <[email protected]>
Update TgCrypto to v1.2.2

github.com/pyrogram/tgcrypto - c4bb09d1ba9ca6512c7769813f9c27b7441c2697 authored about 4 years ago by Dan <[email protected]>
Set minimum requirement to Python 3.6

github.com/pyrogram/tgcrypto - 72f18914600368c85b2de136bb055225aafc81eb authored about 4 years ago by Dan <[email protected]>
Add support for Python 3.9 and AArch64 (#18)

github.com/pyrogram/tgcrypto - 921c665680dc9d70d9ad6a9a7f36007ef8e4567b authored about 4 years ago by Dan <[email protected]>
Enhance filters.me to allow it intercept own anonymous messages (#501)

* Check message.outgoing 'True' in me_filter.

* After reinterpretation of the ticket, check i...

github.com/pyrogram/pyrogram - 332468d271896e2c81b1a283b6a0f14fc1a666c1 authored about 4 years ago by M. Smits <[email protected]>
Update examples for send_media_group.py (#481)

InputMediaPhoto and InputMediaVideo are under pyrogram.types

github.com/pyrogram/pyrogram - 87f20a1ac2667e6fb778d0387107dc2b4224cf62 authored about 4 years ago by Mahesh19 <[email protected]>
Fix small typo (#502)

* Fix Typo

* No extra new line

* Update mime.types

Co-authored-by: Dan <14043624+delivr...

github.com/pyrogram/pyrogram - d41f8a66f0e5d51b9e888e1bedea20e736be290b authored about 4 years ago by KILR <[email protected]>
Make Message.new_chat_photo downloadable (#508)

Fixes #364

github.com/pyrogram/pyrogram - 00dd4bc403b2240e67e3c1711db364acaa7a644c authored about 4 years ago by GodSaveTheDoge <[email protected]>
Do not recalculate the md5 sum in case of chunk re-uploads

github.com/pyrogram/pyrogram - dadb4b4eb68a1af967611adbd08fdc2db599e06e authored about 4 years ago by Dan <[email protected]>
Changes for L119

github.com/pyrogram/pyrogram - 4632879ee4d1742600005141b6b0b5aaa38de2af authored over 4 years ago by Dan <[email protected]>
Update API Schema to Layer 119

github.com/pyrogram/pyrogram - 5ee932b326b8baa1e5ff90b60a82904cfd702f93 authored over 4 years ago by Dan <[email protected]>