MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionParticipantJoin.md

25 lines
713 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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'];
```