- Notifications
You must be signed in to change notification settings - Fork5.7k
API 6.3#3346
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 6.3#3346
Changes fromall commits
Commits
Show all changes
34 commits Select commitHold shift + click to select a range
74d1528
Feat: New attributes for chat
Poolitzer2cd6c54
Update fallback bots and add forum_group_id fixture
Bibo-Joshif083fff
doc fix
Bibo-Joshi0b597d9
Merge remote-tracking branch 'origin/master' into api_6.3_update
Poolitzer7dc634e
Fix: black
Poolitzer3e8aa6e
add `message_thread_id` param to methods, `message_thread_id` and `is…
lemontree210d48499f
Feat: Docstring changes + moving limit to constants (#3343)
Poolitzer7463346
Merge branch 'master' into api_6.3_update
Poolitzer1ebb561
Fix: Pycharm messing with me
Poolitzer7cb99c6
Some part of the new api update (#3342)
clot2748c04d5
post-merge review of #3342
Bibo-Joshib8837ad
Merge branch 'master' into api_6.3_update
Bibo-Joshi2fd5538
temporarily enable tests for PRs agains this branch
Bibo-Joshi2c8a1c0
update two shorcut methods
Bibo-Joshi897105c
Merge branch 'master' into api_6.3_update
Bibo-Joshiaddaa6d
6.3 new methods (#3360)
Poolitzer3940b53
small doc fix
Bibo-Joshi0cc1d03
New classes for API 6.3: `ForumTopic`, `ForumTopicCreated`, `ForumTop…
lemontree21086b2a55
review + fixes: fix coverage and some docs
harshil211d78410
update bot api version number
harshil218afae2d
add xfail marker to test
harshil2184a1693
revert changes to test config
harshil21fa917c8
minor(`test_forum.py`): remove TODO
lemontree210eef0a48
minor(`ChatPermissions`) move "and" in docstring
lemontree210330e483
minor(`ChatPermissions`) add comma before attr in docstring
lemontree210e63eae3
minor(`constants.ForumIconColor`) add HEX equivalents in docstr
lemontree210a0f5e93
refactor(constants) `ChatLimit` -> `TitleLimit`
lemontree210444e999
minor(constants) add refs to params in docstrings of `TopicLimit`
lemontree210937544b
minor(constants): rename `TitleLimit`->`ChatLimit`, move it up in code
lemontree210101b8e4
minor(constants): rename `TopicLimit`->`ForumTopicLimit`
lemontree210fba5421
minor(constants): sort `__all__` alphabetically
lemontree2102f624e2
`filters.IS_TOPIC_MESSAGE`
Bibo-Joshic0f4c2f
Update filters.__all__ and add a unit test
Bibo-Joshi3dbd118
Merge branch 'master' into api_6.3_update
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
15 changes: 7 additions & 8 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
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
2 changes: 1 addition & 1 deletionREADME_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
29 changes: 29 additions & 0 deletionsdocs/source/inclusions/bot_methods.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
4 changes: 4 additions & 0 deletionsdocs/source/telegram.at-tree.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: 6 additions & 0 deletionsdocs/source/telegram.forumtopic.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,6 @@ | ||
telegram.ForumTopic | ||
=================== | ||
.. autoclass:: telegram.ForumTopic | ||
:members: | ||
:show-inheritance: |
6 changes: 6 additions & 0 deletionsdocs/source/telegram.forumtopicclosed.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,6 @@ | ||
telegram.ForumTopicClosed | ||
========================= | ||
.. autoclass:: telegram.ForumTopicClosed | ||
:members: | ||
:show-inheritance: |
6 changes: 6 additions & 0 deletionsdocs/source/telegram.forumtopiccreated.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,6 @@ | ||
telegram.ForumTopicCreated | ||
========================== | ||
.. autoclass:: telegram.ForumTopicCreated | ||
:members: | ||
:show-inheritance: |
6 changes: 6 additions & 0 deletionsdocs/source/telegram.forumtopicreopened.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,6 @@ | ||
telegram.ForumTopicReopened | ||
=========================== | ||
.. autoclass:: telegram.ForumTopicReopened | ||
:members: | ||
:show-inheritance: |
4 changes: 4 additions & 0 deletionsdocs/substitutions/global.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
5 changes: 5 additions & 0 deletionstelegram/__init__.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.