--- title: "channelAdminLogEventActionParticipantJoin" description: "A user has joined the group (in the case of big groups, info of the user that has joined isn't shown)" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: channelAdminLogEventActionParticipantJoin [Back to constructors index](/API_docs/constructors/index.html) A user has joined the group (in the case of big groups, info of the user that has joined isn't shown) ### Type: [ChannelAdminLogEventAction](/API_docs/types/ChannelAdminLogEventAction.html) ### Example: ``` $channelAdminLogEventActionParticipantJoin = ['_' => 'channelAdminLogEventActionParticipantJoin']; ```