MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionP...

791 B

title description image
channelAdminLogEventActionParticipantJoin A user has joined the group (in the case of big groups, info of the user that has joined isn't shown) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionParticipantJoin

Back to constructors index

A user has joined the group (in the case of big groups, info of the user that has joined isn't shown)

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionParticipantJoin = ['_' => 'channelAdminLogEventActionParticipantJoin'];

Or, if you're into Lua:

channelAdminLogEventActionParticipantJoin={_='channelAdminLogEventActionParticipantJoin'}