-
Notifications
You must be signed in to change notification settings - Fork 5.9k
API 7.0 #4034
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 7.0 #4034
Changes from all commits
Commits
Show all changes
151 commits
Select commit
Hold shift + click to select a range
3b7e750
Feat: Introduce my take on MaybeInaccessibleMessage
Poolitzer fb09a3f
update readme and add new multiple message action methods
clot27 fdebe95
Update version number in readme
Bibo-Joshi d89dcad
Update `constants.BOT_API_VERSION(_INFO)`
Bibo-Joshi 58357d4
add shortcuts for new multiple action methods
clot27 7364d74
Add classes `Giveaway{, Created, Winners, Completed}`
Bibo-Joshi cda7e47
Add `Message.giveaway{, winners, completed, created}`
Bibo-Joshi 56543e5
Add filters for giveaways
Bibo-Joshi caf9052
Fix `telegram.constants.__all__`
Bibo-Joshi 9dc37ca
Fix Docs build
Bibo-Joshi 76510e4
Merge branch 'master' into api-7.0
Bibo-Joshi 748918e
KeyboardButtonRequestUser → Users
Bibo-Joshi 37f2820
`KeyboardButton.request_user` → `KeyboardButton.request_users`
Bibo-Joshi c6fe89c
`telegram.constants.KeyboardButtonRequestUsersLimit`, docs & a bit re…
Bibo-Joshi 044b2e2
Slots for `TestKeyboardButtonRequestUser`
Bibo-Joshi 96ef98b
Freeze `KeyboardButtonRequestUser`
Bibo-Joshi 3424107
Add the `LinkPreviewOptions` class
harshil21 e6b61e9
Add `LinkPreviewOptions` to `Message`
harshil21 7fdea9f
Add `blockquote` message entity.
aelkheir cf7fc22
add tests for new methods and shortcuts
clot27 d4c1512
Add `UsersShared` and deprecate `UserShared`
Bibo-Joshi 5ba99ef
Add missing doc fixe
Bibo-Joshi 04a575f
* Add `Message.users_shared`
Bibo-Joshi 35dbea5
Doc fixes
Bibo-Joshi 497baa8
Add LPO to `Defaults`, bot methods, & adjust defaults handling
harshil21 f41e91c
Use unified transition warnings for `UserShared`, `KeyboardButtonRequ…
Bibo-Joshi 7544564
Update test for `constants.MessageType` completeness for LPO
Bibo-Joshi 2d42c5b
`filters.StatusUpdate.USERS_SHARED`
Bibo-Joshi bf635f7
Fix Type Completeness
Bibo-Joshi 6ee210e
Add `constants.(Profile)?AccentColor`
Bibo-Joshi 6f38f16
Add `Chat.{(profile_)?accent_color_id, (profile_)?background_custom_e…
Bibo-Joshi 12c19aa
Merge remote-tracking branch 'upstream/api-7.0' into blockquote-api-7.0
aelkheir 1d5c3b1
Update `Message._parse(html/markdown)` to account for 'blockquote'
aelkheir 0af70b3
Adapt tests to include `blockquote` message entity
aelkheir f8514d7
Add LPO to InputTextMessageContent
harshil21 01db8a2
Added the ChatBoost classes
harshil21 b644d5c
Add ExternalReplyInfo, TextQuote and ReplyParameters classes
clot27 4018c4f
Add TextQuote, ExternalReplyInfo to telegram.Message and tests. Also …
clot27 4037697
Fix a bug regarding UserShared in `Message`
Bibo-Joshi d0f1ac6
Update docstring for `Chat.emoji_status_{custom_emoji_id, expiration_…
Bibo-Joshi e9e788c
Feat: ReactionType
Poolitzer c98e16e
Merge branch 'temp-api-7.0' into api-7.0
Poolitzer 44a3b9f
Add `Chat.has_visible_history` & fix some pre-commit & merge problems
Bibo-Joshi 6d7156b
add classes
clot27 479c2b5
Merge branch 'master' into api-7.0
Bibo-Joshi ba9cfcf
Add support for parsing multi-line blockquotes
aelkheir 877d6d6
Merge remote-tracking branch 'upstream/api-7.0' into blockquote-api-7.0
aelkheir be206e6
Add chat boost to `Update`, docs, constants, & write tests
harshil21 0dd0529
Try fixing blockquote things and clean up `Message._parse_*` in the p…
Bibo-Joshi 6cb2c38
review 1 and add new params in Message tests
clot27 3e8a95b
Apply suggestions from code review
Poolitzer ce80402
Missed this
Poolitzer 9f2f8fa
Fix: Apply suggestions for MaybeInaccessible
Poolitzer cd77c9e
Add `Bot.get_user_chat_boosts` with shortcuts and tests.
harshil21 23b948a
Merge remote-tracking branch 'origin/api-7.0' into api-7.0
Poolitzer 82ae8b3
Feat: Rest of status
Poolitzer f682d17
`blockquote` message entity api-7.0. (#4038)
aelkheir d255936
Merge master
Bibo-Joshi 8aecdc5
Add new param, constants and review
clot27 1605a23
Do a bit of review addressing
Bibo-Joshi 1c5ba85
add reply_parameters to extbot, change type of RP.aswr
clot27 a8a5f53
Try to deprecate rtm, aswr and forward_* params
clot27 9592a36
Reuse `tg._utils` warnings in `InputTextMessageContent`
Bibo-Joshi 01a713d
Do fix
Bibo-Joshi dcb7e60
Make `MIM.is_accessible` a property, add `MIM.__bool__`, add tests fo…
Bibo-Joshi d20f748
Get pre-commit on track. Includes rewrite of `MRH.check_update`.
Bibo-Joshi 9073949
Extract helper functions for parsing user_name and chat_id
Bibo-Joshi 78f6619
Update docs of `Update.effective_user`
Bibo-Joshi b29eddc
`User.get_user_chat_boots` -> `User.get_chat_boots`
Bibo-Joshi 482d431
Review comments on `_reaction.py`
Bibo-Joshi 8fd53ef
Convert `MessageOrigin.type` to `constants.MessageOriginType`
Bibo-Joshi 0235ae7
Address review comments on `MessageReaction*`
Bibo-Joshi 0ea6cfa
`Message.set_message_reaction` -> `Message.set_reaction`
Bibo-Joshi b0c7f3b
Get Documentation build to (hopefully) pass and Rework `*Message.__bo…
Bibo-Joshi e8395a7
Resolve a todo
Bibo-Joshi a65c516
DeepSource + TypeCompleteness
Bibo-Joshi 7d6c03c
Get started on updating `test_official`. Accordingly, fix some bugs a…
Bibo-Joshi d2629b9
Add warning about future behavior change to `Update.effective_message`
Bibo-Joshi 37d86ea
Hopefull finish test_official except for `Defaults` stuff
Bibo-Joshi cca9b73
More DeepSource and Pre-Commit
Bibo-Joshi 16f9633
Merge branch 'master' into api-7.0
Bibo-Joshi ad55105
Review commonts on `Bot.set_message_reaction`
Bibo-Joshi b667123
Two docstring updates
Bibo-Joshi 5a4d27e
More docstring
Bibo-Joshi e63d5e9
Small fixes for `Chat.available_reactions`
Bibo-Joshi e424ee2
Introduce helper function for handling `dwpp` and `lpo`
Bibo-Joshi 076539d
Update `filters` to use `Message.forward_origin`
Bibo-Joshi 2e726a0
Fix an import error
Bibo-Joshi 631be41
add send_media_group test, remove rtm aswr return check test for now
clot27 adf9867
Add ChatBoostHandler to docs and tests
harshil21 63d172e
address one review comment + add _log decorators
harshil21 66ac971
adjust the mutually exclusive dwpp and lpo test
harshil21 7765dc7
Review: add depr note to Defaults.DWPP
harshil21 873f13a
Add tests for ExternalReplyInfo, TextQuote and ReplyParameters
clot27 40834d2
Add a comment for future us
Bibo-Joshi e0fb47c
Merge master
Bibo-Joshi 8a6046c
Change warning behavior for `Update.effective_message`
Bibo-Joshi f6f2622
Get started on tests
Bibo-Joshi a82e69f
Fix two more tests
Bibo-Joshi 3f20a3b
Fix docs build
Bibo-Joshi 13ff8ba
Merge branch 'master' into api-7.0
Bibo-Joshi 821e9dc
Work a bit on failing tests - Mostly add new parameters to shortcut m…
Bibo-Joshi ec40c79
Add MessageOrigin tests
clot27 f47fcb4
Drive work on `Defaults`
Bibo-Joshi 6d493ea
Get failing tests down to ~30. testing defaults handling is still WIP
Bibo-Joshi f3a4775
Get defaults checks to work and overhaul them greatly in the process …
Bibo-Joshi 8e21be3
test_official now passes.
harshil21 3c71bcb
add a comment
harshil21 83608b0
Merge Master
Bibo-Joshi 2aa1ae3
Add defaults handling for `RP.quote_parse_mode`
Bibo-Joshi 749e4d1
Add explicit test cases for `quote_parse_mode`
Bibo-Joshi 6f7aeb7
Elaborate docs on `Defautls.lpo`
Bibo-Joshi 1c06639
Add explicit test for `edit_message_text.lpo`
Bibo-Joshi 17653be
Fix 3 more tests - now only Message.reply_* fails :)
Bibo-Joshi 1def5ef
DeepSource
Bibo-Joshi 4abbc51
Temporarliy skip `check_defaults_handling` to make code coverage acce…
Bibo-Joshi 3cdbcf9
Increase coverage in `TestUpdate`
Bibo-Joshi 72d02e2
Increase coverage in `TestCallbackQuery`
Bibo-Joshi d74c90f
Fix tests for Update & fix ReactionCount.de_json in the progress
Bibo-Joshi d270ae8
Add internal helper method for `CallbackQuery`
Bibo-Joshi 1fcfc74
Merge branch 'api-7.0' into blockquote-api-7.0-branched
Bibo-Joshi 5a1e5c7
Update docstrings in `Message`
Bibo-Joshi f75fc09
Update tests
Bibo-Joshi f9e1548
Make unit tests run
Bibo-Joshi 090b09b
Add reply_parameters for Message.reply_* methods
clot27 a1d4947
Fix docstring: cross references and substitutions
clot27 87043fd
Fix circular imports and add tests for `ReactionCount`
Bibo-Joshi 7551915
Feat: Add rest of emojis
Poolitzer 6ce89de
Get `Message.reply_*` shortcuts tests to work. Marked test for defaul…
Bibo-Joshi 57a6f2b
Merge branch 'api-7.0' into blockquote-api-7.0-branched
Poolitzer eb5c138
Tests for `MessageReactionHandler`
Bibo-Joshi bbb714d
Increase coverage a bit
Bibo-Joshi 7e0c922
Add defaults and fix docstrings
clot27 2384df8
Re-enable & improve `test_default_(do_)quote`
Bibo-Joshi e8a62dc
Mix message tests
Bibo-Joshi 7fc535a
Work on `Message.{build_reply_arguments, compute_quote_position_and_e…
Bibo-Joshi 459bbfe
Fix tests again
Bibo-Joshi fc6f516
Add first batch of tests for `compute_quote_…`
Bibo-Joshi 7c7da9d
Work on `Message.{compute_quote…, build_reply_arguemnts}`: Tests & do…
Bibo-Joshi 6950e48
Merge branch 'blockquote-api-7.0-branched' into api-7.0
Bibo-Joshi 43c393f
Merge branch 'master' into api-7.0
Bibo-Joshi fdc4799
Finish tests on `Message` by adding tests on quote handling
Bibo-Joshi 0593f45
Make `reply_to_message_id` and `reply_parameters` mut. exl. in `Messa…
Bibo-Joshi cb4d17a
Remove api-7.0 branch from unit tests workflow
Bibo-Joshi 2c26df9
Review, mostly adding new shortcut methods to `User`
Bibo-Joshi bedb2ce
A bit more review & double-checking doc changes from TG
Bibo-Joshi bedef17
Merge master
Bibo-Joshi da32d4e
Fix a test
Bibo-Joshi 048f3d4
Fix whatever I could find in 1st round of reviews
harshil21 34dc49c
Merge branch 'master' into api-7.0
clot27 ba009a8
Fix precommit
clot27 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
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
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 @@ | ||
| ChatBoost | ||
| ========= | ||
|
|
||
| .. versionadded:: NEXT.VERSION | ||
|
|
||
| .. autoclass:: telegram.ChatBoost | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| ChatBoostRemoved | ||
| ================ | ||
|
|
||
| .. versionadded:: NEXT.VERSION | ||
|
|
||
| .. autoclass:: telegram.ChatBoostRemoved | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| ChatBoostSource | ||
| =============== | ||
|
|
||
| .. versionadded:: NEXT.VERSION | ||
|
|
||
| .. autoclass:: telegram.ChatBoostSource | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| ChatBoostSourceGiftCode | ||
| ======================= | ||
|
|
||
| .. versionadded:: NEXT.VERSION | ||
|
|
||
| .. autoclass:: telegram.ChatBoostSourceGiftCode | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| ChatBoostSourceGiveaway | ||
| ======================= | ||
|
|
||
| .. versionadded:: NEXT.VERSION | ||
|
|
||
| .. autoclass:: telegram.ChatBoostSourceGiveaway | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| ChatBoostSourcePremium | ||
| ====================== | ||
|
|
||
| .. versionadded:: NEXT.VERSION | ||
|
|
||
| .. autoclass:: telegram.ChatBoostSourcePremium | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| ChatBoostUpdated | ||
| ================ | ||
|
|
||
| .. versionadded:: NEXT.VERSION | ||
|
|
||
| .. autoclass:: telegram.ChatBoostUpdated | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| ChatBoostHandler | ||
| ================ | ||
|
|
||
| .. versionadded:: NEXT.VERSION | ||
|
|
||
| .. autoclass:: telegram.ext.ChatBoostHandler | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| MessageReactionHandler | ||
| ====================== | ||
|
|
||
| .. autoclass:: telegram.ext.MessageReactionHandler | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| ExternalReplyInfo | ||
| ================= | ||
|
|
||
| .. autoclass:: telegram.ExternalReplyInfo | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| Giveaway | ||
| ======== | ||
|
|
||
| .. autoclass:: telegram.Giveaway | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| GiveawayCompleted | ||
| ================= | ||
|
|
||
| .. autoclass:: telegram.GiveawayCompleted | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| GiveawayCreated | ||
| =============== | ||
|
|
||
| .. autoclass:: telegram.GiveawayCreated | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| GiveawayWinners | ||
| =============== | ||
|
|
||
| .. autoclass:: telegram.GiveawayWinners | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| InaccessibleMessage | ||
| =================== | ||
|
|
||
| .. autoclass:: telegram.InaccessibleMessage | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| KeyboardButtonRequestUsers | ||
| ========================== | ||
|
|
||
| .. autoclass:: telegram.KeyboardButtonRequestUsers | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| LinkPreviewOptions | ||
| ================== | ||
|
|
||
| .. autoclass:: telegram.LinkPreviewOptions | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| MaybeInaccessibleMessage | ||
| ======================== | ||
|
|
||
| .. autoclass:: telegram.MaybeInaccessibleMessage | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| MessageOrigin | ||
| ============= | ||
|
|
||
| .. autoclass:: telegram.MessageOrigin | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| MessageOriginChannel | ||
| ==================== | ||
|
|
||
| .. autoclass:: telegram.MessageOriginChannel | ||
| :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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| MessageOriginChat | ||
| ================= | ||
|
|
||
| .. autoclass:: telegram.MessageOriginChat | ||
| :members: | ||
| :show-inheritance: |
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.