You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/releases/changes-in-this-fork.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,11 @@ Changes in this Fork
35
35
| Scheme layer used: 223 |
36
36
+------------------------+
37
37
38
-
38
+
- Added the fields ``chat_owner_left``, ``chat_owner_changed``, ``chat_has_protected_content_toggled`` and ``chat_has_protected_content_disable_requested`` to the class :obj:`~pyrogram.types.Message`.
39
39
- Added the field ``can_edit_tag`` to the class :obj:`~pyrogram.types.ChatPermissions`.
40
40
- Added the field ``tag`` to the class :obj:`~pyrogram.types.ChatMember`.
41
41
- Added the field ``can_manage_tags`` to the class :obj:`~pyrogram.types.ChatPrivileges`.
42
-
- Added the methods :meth:`~pyrogram.Client.set_chat_member_tag` and :meth:`~pyrogram.Client.process_chat_protected_content_disable_request`. Updated the method :meth:`~pyyrogram.Client.set_chat_protected_content` to return the appropriate service message, if available.
42
+
- Added the methods :meth:`~pyrogram.Client.set_chat_member_tag` and :meth:`~pyrogram.Client.process_chat_protected_content_disable_request`. Updated the method :meth:`~pyrogram.Client.set_chat_protected_content` to return the appropriate service message, if available.
43
43
- Added the field ``sender_tag`` to the class :obj:`~pyrogram.types.Message`.
44
44
- Add ``location`` in :obj:`~pyrogram.types.Chat` and add missing parameters in :meth:`~pyrogram.Client.create_supergroup`.
45
45
- fix: :meth:`~pyrogram.Client.get_media_group` concurrent logic (contributed by @Alekzum).
Unique identifier (int) or username (str) of the target chat.
86
86
87
87
request_message_id (``int``):
88
-
Identifier of the message with the request. The message must be incoming and has content of the type TODO.
88
+
Identifier of the message with the request. The message must be incoming and has ``message.service`` of the type :obj:`~pyrogram.types.ChatHasProtectedContentToggled`.
89
89
90
90
enabled (``bool``):
91
91
Pass True to approve the request; pass False to reject the request.
0 commit comments