ChatJoinType#

class pyrogram.enums.ChatJoinType#

How the service message NEW_CHAT_MEMBERS was used for the member to join the chat.

BY_ADD = 'by_add'#

New chat members were added. from_user will contain the actor. new_chat_members will contain the user identifiers of the new members.

A new member joined the chat via an invite link

BY_REQUEST = 'by_request'#

A new member was accepted to the chat by an administrator