Skip to content

Commit 32dedfc

Browse files
committed
fix: documentation of BY_ADD
1 parent 19a3252 commit 32dedfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/enums/chat_join_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ChatJoinType(AutoName):
2525
"""How the service message :obj:`~pyrogram.enums.MessageServiceType.NEW_CHAT_MEMBERS` was used for the member to join the chat."""
2626

2727
BY_ADD = auto()
28-
"A new member joined the chat via an invite link"
28+
"New chat members were added. ``from_user`` will contain the actor. ``new_chat_members`` will contain the user identifiers of the new members."
2929

3030
BY_LINK = auto()
3131
"A new member joined the chat via an invite link"

0 commit comments

Comments
 (0)