- Notifications
You must be signed in to change notification settings - Fork5.7k
API 4.5#1508
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
API 4.5#1508
Changes fromall commits
Commits
Show all changes
38 commits Select commitHold shift + click to select a range
1112343
Allow for nested MessageEntities in Message._parse_markdown/html, adj…
b4b47eb
remove testing relict
Bibo-Joshi69708d3
Use MessageEntitys new equality check (#1465)
Bibo-Joshib3818b4
Remove unused variable
Bibo-Joshi8816d5a
Update to custom_title feature and slow_mode_delay option
dmytrohoia58188d
Merge remote-tracking branch 'origin' into nested-entities
Bibo-Joshi87e18c6
Minor typo fix
Bibo-Joshi6c794ed
Merge pull request #1690 from dmytrohoi/patch-1
Bibo-Joshi5cbd547
Comply with Flake8
Bibo-Joshi598b6dd
Add new MessageEntities and MarkdownV2
Bibo-Joshid5e35eb
Added file_unique_id attrs from API 4.5 and updated tests for it
dmytrohoia29b666
Fixed test and checked using flake8
dmytrohoia2e498b
Fixed ChatPhoto documentation
dmytrohoie568b30
Merge pull request #1695 from dmytrohoi/nested-entities
Bibo-Joshi1e48d96
Fix Flake8
Bibo-Joshi0c29ecb
Add setChatAdminCstmTitle to Bot
Bibo-Joshib5f36f7
Rename MDV2 methods
Bibo-Joshia5daa63
Change files id attrs to unique id
Bibo-Joshi5794117
correct id_attrs for chat_photo
Bibo-Joshi8641ba8
Merge branch 'master' into nested-entities
Bibo-Joshia0a2172
Revert "temporarily skip tests failing b/c missing api 4.5 (#1738)"
Bibo-Joshid6a0902
Fix text_markdown_v2 for monospace and text_links
Bibo-Joshi06c269c
closing remarks from pieter
Poolitzer5b6d609
Merge master
Bibo-Joshi3e8b05e
Minor fix in escape_markdown, improve tests for it
Bibo-Joshi285cb37
Fix offset bug in Message._parse_*
Bibo-Joshi72a858c
Add test_chatphoto.py
Bibo-Joshiffdb1df
remove debug print from test_message.py
Bibo-Joshi78a932e
try making codecov happy
Bibo-Joshi55eb0b8
Update readme
Bibo-Joshi278948d
all hail codecov
Bibo-Joshi3135199
Improve Link handling for MarkdownV1 and adjust tests. Closes #1654
Bibo-Joshiec32296
Dont use beginning of pre-entity as language in _parse_markdown
Bibo-Joshi85c5cb5
Remove debug print
Bibo-Joshi14ac76e
Merge branch 'master' into nested-entities
Bibo-Joshifbc6b76
Merge branch 'master' into nested-entities
Bibo-Joshi0629d88
Dummy commit to try fix codecov
Bibo-Joshif5eefcf
Merge branch 'master' into nested-entities
Bibo-JoshiFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletionREADME.rst
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
40 changes: 40 additions & 0 deletionstelegram/bot.py
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
17 changes: 17 additions & 0 deletionstelegram/chat.py
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
6 changes: 5 additions & 1 deletiontelegram/chatmember.py
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
14 changes: 11 additions & 3 deletionstelegram/files/animation.py
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
12 changes: 10 additions & 2 deletionstelegram/files/audio.py
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
38 changes: 31 additions & 7 deletionstelegram/files/chatphoto.py
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
12 changes: 10 additions & 2 deletionstelegram/files/document.py
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
21 changes: 16 additions & 5 deletionstelegram/files/file.py
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.
Uh oh!
There was an error while loading.Please reload this page.
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.