- Notifications
You must be signed in to change notification settings - Fork5.7k
Feat: Backport API 6.0 to V13#3027
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
Changes fromall commits
Commits
Show all changes
23 commits Select commitHold shift + click to select a range
e9203a2
Feat: Backport API 6.0 to V13
Poolitzerc6330bd
Fix: Deepsource fixes and enable pytest workflow.
Poolitzer38c08e0
Fix: Bump python test version
Poolitzerd0a1717
Fix: Black reformat
Poolitzerca2b1ef
Fix: Ignoring backwards fields in official test
Poolitzerfffdc87
Fix: Pytest fails + one error in de_json
Poolitzer5c67e20
Fix: Github workflows don't like floating point
Poolitzer53ba667
Fix: Remove 3.10, it's more trouble than worth
Poolitzerfede359
Fix: compare unique id's
Poolitzercfac808
Apply suggestions from code review
Poolitzer44dc5c9
Fix: Proper github url for MenuButtons
Poolitzer43cb8a1
Fix: address review
Poolitzer534062b
Merge remote-tracking branch 'origin/v13_api6.0' into v13_api6.0
Poolitzer303a248
Fix: improve videochatstarted
Poolitzerd97c8c5
Fix: I broke a test.
Poolitzer665fe1f
Fix: remove py3.6 workaround
Poolitzer6b134c3
Feat: add tests
Poolitzerf932248
Fix: own with blocks
Poolitzer81a584f
[skip ci]
Poolitzer206fee7
[pre-commit.ci skip]
Poolitzerdbd798d
Fix: Remove unused type ignore comment
Poolitzer3063f6a
Revert "Fix: Remove unused type ignore comment"
Poolitzere8a46ad
Fix: battling the CI
PoolitzerFile 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
28 changes: 3 additions & 25 deletions.github/workflows/test.yml
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
7 changes: 6 additions & 1 deletion.pre-commit-config.yaml
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
7 changes: 4 additions & 3 deletionsREADME.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
6 changes: 3 additions & 3 deletionsREADME_RAW.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
8 changes: 8 additions & 0 deletionsdocs/source/telegram.chatadministratorrights.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatadministratorrights.py | ||
telegram.ChatAdministratorRights | ||
================================ | ||
.. autoclass:: telegram.ChatAdministratorRights | ||
:members: | ||
:show-inheritance: |
8 changes: 8 additions & 0 deletionsdocs/source/telegram.menubutton.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/menubutton.py | ||
telegram.MenuButton | ||
=================== | ||
.. autoclass:: telegram.MenuButton | ||
:members: | ||
:show-inheritance: |
8 changes: 8 additions & 0 deletionsdocs/source/telegram.menubuttoncommands.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/menubutton.py | ||
telegram.MenuButtonCommands | ||
=========================== | ||
.. autoclass:: telegram.MenuButtonCommands | ||
:members: | ||
:show-inheritance: |
8 changes: 8 additions & 0 deletionsdocs/source/telegram.menubuttondefault.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/menubutton.py | ||
telegram.MenuButtonDefault | ||
========================== | ||
.. autoclass:: telegram.MenuButtonDefault | ||
:members: | ||
:show-inheritance: |
8 changes: 8 additions & 0 deletionsdocs/source/telegram.menubuttonwebapp.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/menubutton.py | ||
telegram.MenuButtonWebApp | ||
========================= | ||
.. autoclass:: telegram.MenuButtonWebApp | ||
:members: | ||
:show-inheritance: |
12 changes: 12 additions & 0 deletionsdocs/source/telegram.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
8 changes: 8 additions & 0 deletionsdocs/source/telegram.sentwebappmessage.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/sentwebappmessage.py | ||
telegram.SentWebAppMessage | ||
========================== | ||
.. autoclass:: telegram.SentWebAppMessage | ||
:members: | ||
:show-inheritance: |
9 changes: 9 additions & 0 deletionsdocs/source/telegram.videochatended.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/videochatended.py | ||
telegram.VideoChatEnded | ||
======================= | ||
.. autoclass:: telegram.VideoChatEnded | ||
:members: | ||
:show-inheritance: | ||
8 changes: 8 additions & 0 deletionsdocs/source/telegram.videochatparticipantsinvited.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/videochatparticipantsinvited.py | ||
telegram.VideoChatParticipantsInvited | ||
===================================== | ||
.. autoclass:: telegram.VideoChatParticipantsInvited | ||
:members: | ||
:show-inheritance: |
8 changes: 8 additions & 0 deletionsdocs/source/telegram.videochatscheduled.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/videochatscheduled.py | ||
telegram.VideoChatScheduled | ||
=========================== | ||
.. autoclass:: telegram.VideoChatScheduled | ||
:members: | ||
:show-inheritance: |
8 changes: 8 additions & 0 deletionsdocs/source/telegram.videochatstarted.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/videochatstarted.py | ||
telegram.VideoChatStarted | ||
========================= | ||
.. autoclass:: telegram.VideoChatStarted | ||
:members: | ||
:show-inheritance: |
2 changes: 2 additions & 0 deletionsdocs/source/telegram.voicechatended.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
2 changes: 2 additions & 0 deletionsdocs/source/telegram.voicechatparticipantsinvited.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
2 changes: 2 additions & 0 deletionsdocs/source/telegram.voicechatscheduled.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
2 changes: 2 additions & 0 deletionsdocs/source/telegram.voicechatstarted.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
8 changes: 8 additions & 0 deletionsdocs/source/telegram.webappdata.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/webappdata.py | ||
telegram.WebAppData | ||
=================== | ||
.. autoclass:: telegram.WebAppData | ||
:members: | ||
:show-inheritance: |
8 changes: 8 additions & 0 deletionsdocs/source/telegram.webappinfo.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/webappinfo.py | ||
telegram.WebAppInfo | ||
=================== | ||
.. autoclass:: telegram.WebAppInfo | ||
:members: | ||
:show-inheritance: |
28 changes: 10 additions & 18 deletionsexamples/chatmemberbot.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
2 changes: 1 addition & 1 deletionrequirements-dev.txt
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
1 change: 0 additions & 1 deletionsetup.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -98,7 +98,6 @@ def get_setup_kwargs(raw=False): | ||
'Topic :: Internet', | ||
'Programming Language :: Python', | ||
'Programming Language :: Python :: 3', | ||
Bibo-Joshi marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9', | ||
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.