MadelineProto/old_docs/API_docs_v68/constructors/channelAdminLogEventActionParticipantJoin.md
2017-07-23 17:44:01 +02:00

703 B

title description
channelAdminLogEventActionParticipantJoin channelAdminLogEventActionParticipantJoin attributes, type and example

Constructor: channelAdminLogEventActionParticipantJoin

Back to constructors index

Type: ChannelAdminLogEventAction

Example:

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

PWRTelegram json-encoded version:

{"_": "channelAdminLogEventActionParticipantJoin"}

Or, if you're into Lua:

channelAdminLogEventActionParticipantJoin={_='channelAdminLogEventActionParticipantJoin'}