Pytdbot 0.10.0.dev1__tar.gz → 0.10.0.dev2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/PKG-INFO +1 -1
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/Pytdbot.egg-info/PKG-INFO +1 -1
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/__init__.py +1 -1
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/methods/methods.py +5 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/LICENSE +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/MANIFEST.in +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/Pytdbot.egg-info/SOURCES.txt +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/Pytdbot.egg-info/dependency_links.txt +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/Pytdbot.egg-info/requires.txt +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/Pytdbot.egg-info/top_level.txt +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/README.md +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pyproject.toml +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/client.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/client_manager.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/exception/__init__.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/filters.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/handlers/__init__.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/handlers/decorators.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/handlers/handler.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/handlers/td_updates.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/methods/__init__.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/methods/td_functions.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/tdjson/__init__.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/tdjson/tdjson.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/types/__init__.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/types/bound_methods/__init__.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/types/bound_methods/callback_query.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/types/bound_methods/chatActions.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/types/bound_methods/file.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/types/bound_methods/message.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/types/bound_methods/sender_id.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/types/plugins/__init__.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/types/td_types.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/types/tdserver/__init__.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/types/tdserver/schedule.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/types/tdserver/stats.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/utils/__init__.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/utils/albums.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/utils/escape.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/utils/json_utils.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/utils/obj_encoder.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/utils/strings.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/utils/text_format.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/pytdbot/utils/webapps.py +0 -0
- {pytdbot-0.10.0.dev1 → pytdbot-0.10.0.dev2}/setup.cfg +0 -0
|
@@ -1427,6 +1427,7 @@ class Methods(TDLibFunctions):
|
|
|
1427
1427
|
chat_id: int,
|
|
1428
1428
|
from_chat_id: int,
|
|
1429
1429
|
message_id: int,
|
|
1430
|
+
topic_id: MessageTopic = None,
|
|
1430
1431
|
in_game_share: bool = False,
|
|
1431
1432
|
disable_notification: bool = False,
|
|
1432
1433
|
):
|
|
@@ -1442,6 +1443,9 @@ class Methods(TDLibFunctions):
|
|
|
1442
1443
|
message_id (``int``):
|
|
1443
1444
|
Identifier of the message to forward
|
|
1444
1445
|
|
|
1446
|
+
topic_id (:class:`~pytdbot.types.MessageTopic`, *optional*):
|
|
1447
|
+
Topic in which the message will be sent; pass null if none
|
|
1448
|
+
|
|
1445
1449
|
in_game_share (``bool``, *optional*):
|
|
1446
1450
|
True, if a game message is being shared from a launched game; applies only to game messages
|
|
1447
1451
|
|
|
@@ -1459,6 +1463,7 @@ class Methods(TDLibFunctions):
|
|
|
1459
1463
|
message_id=message_id,
|
|
1460
1464
|
in_game_share=in_game_share,
|
|
1461
1465
|
),
|
|
1466
|
+
topic_id=topic_id,
|
|
1462
1467
|
disable_notification=disable_notification,
|
|
1463
1468
|
)
|
|
1464
1469
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|