811 B
811 B
title | description | image |
---|---|---|
channelAdminLogEventActionParticipantLeave | A user left the channel/supergroup (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: channelAdminLogEventActionParticipantLeave
A user left the channel/supergroup (in the case of big groups, info of the user that has joined isn't shown)
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionParticipantLeave = ['_' => 'channelAdminLogEventActionParticipantLeave'];
Or, if you're into Lua:
channelAdminLogEventActionParticipantLeave={_='channelAdminLogEventActionParticipantLeave'}