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

Improve type hints

github.com/pyrogram/pyrogram - 32624ef5e6954804db88fc1723654bc27bc5a665 authored over 2 years ago by Dan <[email protected]>
Remove ability to access attributes via bracket notation

github.com/pyrogram/pyrogram - 4ebf5cf7e970187aded2f981de5ab4e0c522e144 authored over 2 years ago by Dan <[email protected]>
Rename Message.message_id to Message.id

github.com/pyrogram/pyrogram - 274650cda9741fb9da6ae41098a9611e64567210 authored over 2 years ago by Dan <[email protected]>
Replace integer timestamps with datetime objects

github.com/pyrogram/pyrogram - b697826b5a72980ff41c9196d84d1a4385b01374 authored over 2 years ago by Dan <[email protected]>
Add enumerations

github.com/pyrogram/pyrogram - bbad58a83f5ec9e295233c97743365c99757eec1 authored over 2 years ago by Dan <[email protected]>
Revamp ChatMember, add ChatPrivileges and support for banned chats

github.com/pyrogram/pyrogram - 9661b804b6114e2164a1aac44c180fa833c44f15 authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v1.4.16

github.com/pyrogram/pyrogram - 499822118f9647b1db419d08a5b46f4bfdd4263c authored over 2 years ago by Dan <[email protected]>
Improve interoperability with threads

github.com/pyrogram/pyrogram - fde55a4a7f2fbd964ca51920db801e6614571e35 authored over 2 years ago by Dan <[email protected]>
Revert "Remove unneeded parts"

This reverts commit 849321e5ca7eb2e636aa9a497bd08ed71f0b89da.

github.com/pyrogram/pyrogram - 42fdb03d243badad7ae72606219c874a57ca13e2 authored over 2 years ago by Dan <[email protected]>
Add bound method Chat.unpin_all_messages (#959)

github.com/pyrogram/pyrogram - abc84b829af6a78c273ab4b0e530c3794fd84f73 authored over 2 years ago by Stark Programmer <[email protected]>
Removed unnecessary create_task (#706)

github.com/pyrogram/pyrogram - 1c225776c921c054f271b9f9df6fe4a08e2284e2 authored over 2 years ago by Mahesh <[email protected]>
Fix inline query results typing (#958)

github.com/pyrogram/pyrogram - 7a5ab4bffa85dc25e43ee7a088341c88f3a5ae05 authored over 2 years ago by Marco Burro <[email protected]>
Improve type hinting for join_chat method (#957)

github.com/pyrogram/pyrogram - acc2c72d6de913e6899fabea35950dd5401cb12f authored over 2 years ago by Shohih Abdul <[email protected]>
Update Pyrogram to v1.4.15

github.com/pyrogram/pyrogram - cb3d389b9d291ff2fa056fa5a737773382e13b19 authored over 2 years ago by Dan <[email protected]>
Fix TLObject.__repr__ (#953)

* Fix __repr__ method

* Style fixes

Co-authored-by: Dan <[email protected]...

github.com/pyrogram/pyrogram - 69a50fb3b2f77c5f14619ddf5ce8d6762bfd38d7 authored over 2 years ago by Danstiv <[email protected]>
Remove hide_via param from reply_inline_bot_result (#952)

github.com/pyrogram/pyrogram - 874709c2585c10c073544755756f642e1976054c authored over 2 years ago by Tofik Denianto <[email protected]>
Remove unneeded parameter hide_via from send_inline_bot_result

github.com/pyrogram/pyrogram - 0c0a4b5a5c8f20a0df9dcea843271d3ab0009c68 authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v1.4.14

github.com/pyrogram/pyrogram - 16de8b7325b530349d06c862b26c6305d5065cbc authored over 2 years ago by Dan <[email protected]>
Fix non-flags parameters with the same name "flags" being treated as TL flags

github.com/pyrogram/pyrogram - d6c80ff0f97992c7a2473d3a80e2518130322770 authored over 2 years ago by Dan <[email protected]>
Use Optional[Type] instead of Union[Type, None]

github.com/pyrogram/pyrogram - 82b029c3bf66ce11cde0bfafda6359964feb10f6 authored over 2 years ago by Dan <[email protected]>
Add missing backslash to the pattern

github.com/pyrogram/pyrogram - e8250bd576a23dbe60e2dfe4a929aff1565713ed authored over 2 years ago by Dan <[email protected]>
Remove unneeded parts

github.com/pyrogram/pyrogram - 849321e5ca7eb2e636aa9a497bd08ed71f0b89da authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v1.4.13

github.com/pyrogram/pyrogram - 2017493c9e949cb2eec4e70c077e14341776bcc1 authored over 2 years ago by Dan <[email protected]>
Add support for multiple TL flags

github.com/pyrogram/pyrogram - 8b92ac8b7ff01533cd8aca11a722c9484da3b755 authored over 2 years ago by Dan <[email protected]>
Add missing on_chat_join_request decorator to docs (#947)

github.com/pyrogram/pyrogram - a4fe5fbfc89fd9ab815144feda697b8f4d09bed5 authored over 2 years ago by dogghi <[email protected]>
Update API schema to Layer 140 (#949)

github.com/pyrogram/pyrogram - 688c24bc3ec12674ad691cd68510fd0c0333725c authored over 2 years ago by Nick <[email protected]>
Update Pyrogram to v1.4.12

github.com/pyrogram/pyrogram - 71f3125c6b592868a13fbc645176188a05861686 authored almost 3 years ago by Dan <[email protected]>
Add bound method Message.react (#937)

* Bound method `react` to send reaction

* Update message.py

* Update message.py

* Updat...

github.com/pyrogram/pyrogram - 0825b977ea8936b650f6710d386b54fddd9ec673 authored almost 3 years ago by Krishna-singhal <[email protected]>
Update Pyrogram to v1.4.11

github.com/pyrogram/pyrogram - e50b58980a68a589617f9dcfce0c52f1830b32c5 authored almost 3 years ago by Dan <[email protected]>
Faster RLE codec implementation (#938)

* faster pyrogram lre encode implementation

* Update file_id.py

* optimized rle decode

...

github.com/pyrogram/pyrogram - 06ee482b2331e94c6494248a59d10ab53ba15a24 authored almost 3 years ago by andrew-ld <[email protected]>
Update Pyrogram to v1.4.10

github.com/pyrogram/pyrogram - 190760cf0eb3e90bc682b05fe54932295211c2cf authored almost 3 years ago by Dan <[email protected]>
Revamp bot commands and bot command scopes

Closes #777

github.com/pyrogram/pyrogram - 7bfcd5ac5fc02710384b2166a924340c08495075 authored almost 3 years ago by Dan <[email protected]>
Fix issue in set_bot_commands (#778)

github.com/pyrogram/pyrogram - aa41ac5fd252146735f32f460c44fab27fcf01e7 authored almost 3 years ago by Andrea Maugeri <[email protected]>
Update Pyrogram to v1.4.9

github.com/pyrogram/pyrogram - 65a53aeeb3141718d1bb5efd40b0a10db24165e2 authored almost 3 years ago by Dan <[email protected]>
Update pin_chat_message to return Message instead of bool

github.com/pyrogram/pyrogram - 8ee5ea02b19228a40910ae641cef1a49aa603780 authored almost 3 years ago by Dan <[email protected]>
Remove unneeded try...except block

github.com/pyrogram/pyrogram - 58eb10a676053669279b79ddc576c6ff4087daa3 authored almost 3 years ago by Dan <[email protected]>
Improve the RLE codec

github.com/pyrogram/pyrogram - d0e2235835e8ecdf557df7a876502a16be654eba authored almost 3 years ago by Dan <[email protected]>
Update API schema to Layer 139 (#936)

github.com/pyrogram/pyrogram - 8d7b62654c099433ccb8280272d78ef168e073e8 authored almost 3 years ago by Nick <[email protected]>
Add some missing parameters to Message.reply_text

github.com/pyrogram/pyrogram - 5ee6f3d2c715c916c02ac1e1682a2c5638ea3b84 authored almost 3 years ago by Mr. Developer <[email protected]>
Update Pyrogram to v1.4.8

github.com/pyrogram/pyrogram - 748222131ddbdefa82a1530817f62ec955d67eab authored almost 3 years ago by Dan <[email protected]>
Fix docstring for `message.reply_photo` (#903)

github.com/pyrogram/pyrogram - 4dc771b64ad44b982e3eb0145505ec54d94281f9 authored almost 3 years ago by scrazzz <[email protected]>
Respect `file_name` if file passed is a file object (#912)

Fixes #911

github.com/pyrogram/pyrogram - e0eccfa8fbc458c015d979ddf27dd2dad92b4238 authored almost 3 years ago by blank X <[email protected]>
Update Filters.reply to check for Message.reply_to_message_id

github.com/pyrogram/pyrogram - bf233e3b5b18d98fb94438c593c0998e1baeb002 authored almost 3 years ago by Dan <[email protected]>
Add reply_to_message_id and reply_to_top_message_id to Message

github.com/pyrogram/pyrogram - bca7e6461e6519d1b360e68102df45fc5ceec66e authored almost 3 years ago by Dan <[email protected]>
Add 400 CHANNEL_ADD_INVALID error (#894)

* Add RPC Error: CHANNEL_ADD_INVALID

* Update 400_BAD_REQUEST.tsv

Co-authored-by: Dan <140...

github.com/pyrogram/pyrogram - 54f8ca25fb40f3ef953b6aded34ee1839d87ae81 authored almost 3 years ago by Sam <[email protected]>
Add 406 CHANNEL_PRIVATE error (#899)

github.com/pyrogram/pyrogram - d9d7a867b5f6af4c2a4630524b96917825a7f618 authored almost 3 years ago by Gor <[email protected]>
Fix custom List __repr__ (#901)

github.com/pyrogram/pyrogram - 325569d73f0f012c755ddeb7f0a72145384e998a authored almost 3 years ago by Nik <[email protected]>
Update Pyrogram to v1.4.7

github.com/pyrogram/pyrogram - 7edfda7f417c661344eac11e7a09613cc882afcf authored almost 3 years ago by Dan <[email protected]>
Display a more meaningful error message

github.com/pyrogram/pyrogram - 9279b67319b8d39898212d53d6b725a92e963fff authored almost 3 years ago by Dan <[email protected]>
Revert "Make Connection.send() raise the actual exception"

This reverts commit ed2db45a03dc9a2391fee8f40e9ff059c109c291.

github.com/pyrogram/pyrogram - 84b0e15e2b06a9dac2b7f8755e1f7ac896bc9ee1 authored almost 3 years ago by Dan <[email protected]>
Update Pyrogram to v1.4.6

github.com/pyrogram/pyrogram - 22f2b1dd99fd163f44697bfd2ebe269772f5e960 authored almost 3 years ago by Dan <[email protected]>
Make Connection.send() raise the actual exception

github.com/pyrogram/pyrogram - ed2db45a03dc9a2391fee8f40e9ff059c109c291 authored almost 3 years ago by Dan <[email protected]>
Revert some of the last changes

github.com/pyrogram/pyrogram - dc6c816c80934a4f3e4953e7faca327b2585ac55 authored almost 3 years ago by Dan <[email protected]>
Update Pyrogram to v.1.4.5

github.com/pyrogram/pyrogram - 0d112407400040a90e72dc8325eccd832174d8ea authored almost 3 years ago by Dan <[email protected]>
Initialize session on reconnection

github.com/pyrogram/pyrogram - 5889c67fb51b61fcc20549840d1f1c099b3a58ac authored almost 3 years ago by Dan <[email protected]>
Update Pyrogram to v1.4.4

github.com/pyrogram/pyrogram - f23422cb25e382be0c2e8dcce20a11637494f5ea authored almost 3 years ago by Dan <[email protected]>
Always try to reconnect within Connection

github.com/pyrogram/pyrogram - 03629d5ee9f4e90bee26b91811594615476c55eb authored almost 3 years ago by Dan <[email protected]>
Update Pyrogram to v1.4.3

github.com/pyrogram/pyrogram - 2c1d3ee2a4385f9bca18ea0876828678bb91c8e4 authored almost 3 years ago by Dan <[email protected]>
Add missing await keyword (#898)

github.com/pyrogram/pyrogram - 5d155b896c8cfb10728cb9eff935973281460e36 authored almost 3 years ago by Stark Programmer <[email protected]>
Update Pyrogram to v1.4.2

github.com/pyrogram/pyrogram - 7fbb4d8997a28d804371833d92e2dcf4bac0ea41 authored almost 3 years ago by Dan <[email protected]>
Do not consume async gens, turn them to gens instead

github.com/pyrogram/pyrogram - 921d87304f1582d4de341ca8b1259595c0ab8ef9 authored almost 3 years ago by Dan <[email protected]>
Improve stability in case of connection failures

github.com/pyrogram/pyrogram - 462e5d11a5df5c3114be06015bb0f9369e239b84 authored almost 3 years ago by Dan <[email protected]>
Update Pyrogram to v1.4.1

github.com/pyrogram/pyrogram - 89c49111b0edc1ca7c586b19d10700f115ffaf6a authored almost 3 years ago by Dan <[email protected]>
Fix entities unparsing in other scenarios (#892)

github.com/pyrogram/pyrogram - b3f849df762df799b43dcde109ef6516a1a50281 authored almost 3 years ago by Andrea Princic <[email protected]>
Update Pyrogram to v1.4.0

github.com/pyrogram/pyrogram - 855e69e3f881c8140781c1d5e42e3098b2134dd2 authored almost 3 years ago by Dan <[email protected]>
Add support for video stickers

Add Sticker.is_video attribute

github.com/pyrogram/pyrogram - 05bfaa3d876d7a8486d7598cd7dc8c674e6c267e authored almost 3 years ago by Dan <[email protected]>
Update API schema to Layer 138

github.com/pyrogram/pyrogram - b676297ca921c8608fc44d350b2a5abf0da6b1ef authored almost 3 years ago by Dan <[email protected]>
Add ChatJoinRequest bound methods docs

github.com/pyrogram/pyrogram - b9424c745558b7e771a738ba4fd3de9cb3ed2cf7 authored almost 3 years ago by Dan <[email protected]>
Document ApiCallError RPC error

github.com/pyrogram/pyrogram - aaaa97c77af397c462f1452ea2ec57ee1e84c412 authored almost 3 years ago by Dan <[email protected]>
Update emoji.py

github.com/pyrogram/pyrogram - 51cf103c1533c21638dc6c2dd8d353e0ddbbbb47 authored almost 3 years ago by Dan <[email protected]>
Switch from issue templates to issue forms

github.com/pyrogram/pyrogram - afad3a7704d122fdc4fc941f6e2746da3c988cb2 authored almost 3 years ago by Dan <[email protected]>
Merge branch 'master' of https://github.com/pyrogram/pyrogram

github.com/pyrogram/pyrogram - 084db0cea3c495f04affe5b3ec45d6a4a0705cca authored almost 3 years ago by Dan <[email protected]>
Update Pyrogram to v1.3.7

github.com/pyrogram/pyrogram - a8cc77d903fe0f92303d360b067983509bac835c authored almost 3 years ago by Dan <[email protected]>
Update message for automatic sleeps

github.com/pyrogram/pyrogram - 3a911956b064372c79c9856c2115909f946e4269 authored almost 3 years ago by Dan <[email protected]>
Do not handle messages with a pending ack

github.com/pyrogram/pyrogram - 6f9e77bc2c54ca6bc928592645c48317a74981f5 authored almost 3 years ago by Dan <[email protected]>
Fixed error while unparsing consecutive entities (#885)

github.com/pyrogram/pyrogram - c7888437e881d6188c710fe405f0ae8334755611 authored almost 3 years ago by Andrea Princic <[email protected]>
Update API schema to Layer 137

github.com/pyrogram/pyrogram - 333d22afcad3d94268f0370b06950f40977d97e8 authored almost 3 years ago by Dan <[email protected]>
Add video_start_ts parameter to set_chat_photo (#770)

* Add `video_start_ts` parameter to `set_chat_photo`

* Docstrings update

Co-authored-by: D...

github.com/pyrogram/pyrogram - f1298dfdc67c51bf31cf436db1512749b5447e60 authored almost 3 years ago by Roj <[email protected]>
Add py.typed file for enhanced type hinting (#838)

Fixes #781

* fix: add py.typed file

Comply with PEP 561 and enable type checkers.
Fixes #...

github.com/pyrogram/pyrogram - 3e79d7dfce9a4b259a2ee1833eb5b0d47560e9ba authored almost 3 years ago by Pietro De Nicolao <[email protected]>
Fix accessing non-existent attribute

Closes #865

github.com/pyrogram/pyrogram - b1250e65751da992369cae8701eee5caa39c3fe7 authored almost 3 years ago by Dan <[email protected]>
Add placeholder in ForceReply & ReplyKeyboardMarkup (#717)

* Added placeholder

* Fix docs

github.com/pyrogram/pyrogram - 149685f9d3802130af31721171f9c7db4dabec57 authored almost 3 years ago by Mahesh <[email protected]>
Add approve() and decline() bound methods to ChatJoinRequest (#863)

* Bound method approve() and decline()

* Style fixes

Co-authored-by: ArUn Pt <46273006+CW4...

github.com/pyrogram/pyrogram - 244606eed619682ce4c089c40181e9c31c28f7e8 authored almost 3 years ago by W4RR10R <[email protected]>
Fix caption being "None" when passing None (#879)

github.com/pyrogram/pyrogram - 4af9e30cfd6f2ef8157f041744050c568e4fa20f authored almost 3 years ago by Shrimadhav U K <[email protected]>
Fix spoiler html unparsing (#862)

- The current spoiler implementaion unparses both strikethrough and spoiler tags with <s>, makin...

github.com/pyrogram/pyrogram - 7d444381c743a2c7ce587b3b7fc4f32afa3e02aa authored almost 3 years ago by Alisson Lauffer <[email protected]>
Update Pyrogram to v1.3.6

github.com/pyrogram/pyrogram - 23b02087c27f8fb5f43fded650df9f3d14381c1c authored almost 3 years ago by Dan <[email protected]>
Better handling of expiring server salts

github.com/pyrogram/pyrogram - 1162e89f26cc5f623ba6edb851129afd8ce2cab7 authored almost 3 years ago by Dan <[email protected]>
Update Pyrogram to v.1.3.5

github.com/pyrogram/pyrogram - e67fd6efbb93e5ba6307fe4c20ea8051c5583d85 authored almost 3 years ago by Dan <[email protected]>
Use a proper condition check when dealing with flag vectors

When reading flag vectors, non-existent vectors are being translated
to [] (empty list). When wri...

github.com/pyrogram/pyrogram - a6299f8401fa5fcdc504380899518c5a4870a12c authored almost 3 years ago by Dan <[email protected]>
Update Pyrogram to v1.3.4

github.com/pyrogram/pyrogram - db9489b318114ff45c977392655d55cb8a28aab9 authored almost 3 years ago by Dan <[email protected]>
Revert reading non-existent flag vectors from None to []

github.com/pyrogram/pyrogram - 527ec23c20164736203eb5a7e3109368c9629aed authored almost 3 years ago by Dan <[email protected]>
Update Pyrogram to v1.3.3

github.com/pyrogram/pyrogram - 14ae9d314b647e262d37fd057ebc6cfa932afce1 authored almost 3 years ago by Dan <[email protected]>
Minor style fix

github.com/pyrogram/pyrogram - 5ec9743a1a8480449f5a38c7ff38d26f652f0201 authored almost 3 years ago by Dan <[email protected]>
Remove unnecessary method call in get_media_group (#860)

github.com/pyrogram/pyrogram - 10c512d39cad34f453a179b336d04b98b12bc463 authored almost 3 years ago by Danipulok <[email protected]>
Fix core types and compiler (#871)

- Add missing ID to FutureSalts
- Have vector flags read to None instead of [] for non-existent...

github.com/pyrogram/pyrogram - de9705f1268cba58845d07415b3d8081d449decd authored almost 3 years ago by Sam <[email protected]>
Update Pyrogram to v1.3.2

github.com/pyrogram/pyrogram - c7da4a8495676d8872611623345cbfadc8a26262 authored almost 3 years ago by Dan <[email protected]>
Fix can_send_other_messages permission being inverted

Fixes #868

github.com/pyrogram/pyrogram - fbdc6613f26a378dc7c033a90fc63ca3235556e9 authored almost 3 years ago by Dan <[email protected]>
Update TgCrypto to v1.2.3

github.com/pyrogram/tgcrypto - 287570d6ead3ee60cd7bba8ff73e0eb81c553c05 authored about 3 years ago by Dan <[email protected]>
Update cibuildwheel version

github.com/pyrogram/tgcrypto - 908c3b97ae34d7a4a913588c4dfebbce8bccb814 authored about 3 years ago by Dan <[email protected]>