We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a3252 commit 32dedfcCopy full SHA for 32dedfc
pyrogram/enums/chat_join_type.py
@@ -25,7 +25,7 @@ class ChatJoinType(AutoName):
25
"""How the service message :obj:`~pyrogram.enums.MessageServiceType.NEW_CHAT_MEMBERS` was used for the member to join the chat."""
26
27
BY_ADD = auto()
28
- "A new member joined the chat via an invite link"
+ "New chat members were added. ``from_user`` will contain the actor. ``new_chat_members`` will contain the user identifiers of the new members."
29
30
BY_LINK = auto()
31
"A new member joined the chat via an invite link"
0 commit comments