-
Notifications
You must be signed in to change notification settings - Fork 5.7k
API 4.4 changes #1464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
API 4.4 changes #1464
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
93a3b03
API 4.4 changes
5002fbb
Adjust existing tests
c97a772
Add test for ChatPermissions
0b8e95e
Fix ChatPermissions, Add convenience method in Chat & test set_chat_p…
b48b8ce
Add can_send_polss to ChatMember and update tests
6572169
Allow for nested MessageEntities in Message._parse_markdown/html, adj…
5d971ec
remove testing relict
Bibo-Joshi eb6dc1c
Merge remote-tracking branch 'origin/master' into api-4.4
tsnoam 0087ad3
Chat no longer lists all_members_are_administrators in the documentation
tsnoam 9499f0d
Use MessageEntitys new equality check (#1465)
Bibo-Joshi d34cfb5
Fix unittests
Bibo-Joshi 9fc5bd5
Remove unused variable
Bibo-Joshi 9d7cf88
Remove deprecation warning for all_members_are_administrators
Bibo-Joshi 36879a6
Correct use of Optional in chatpermissions doc string
Bibo-Joshi c4538e5
Remove all_members_are_administrators from test_official
Bibo-Joshi 7c2378a
Revert "Remove unused variable"
Bibo-Joshi c62fbe7
Revert "Use MessageEntitys new equality check (#1465)"
Bibo-Joshi b23798d
Revert "remove testing relict"
Bibo-Joshi f7c5d60
Revert "Allow for nested MessageEntities in Message._parse_markdown/h…
Bibo-Joshi 2581fb0
chat.py: import what we can at the top of the file
tsnoam a4f6ad9
chatpermissions: no need to implement to_dict() it does nothing but c…
tsnoam adbac74
Revert "Remove all_members_are_administrators from test_official"
tsnoam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
telegram.ChatPermissions | ||
======================== | ||
|
||
.. autoclass:: telegram.ChatPermissions | ||
:members: | ||
:show-inheritance: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.