MadelineProto/docs/API_docs/constructors/channelAdminLogEventActionParticipantInvite.md
2017-06-30 15:36:33 +02:00

837 B

title description
channelAdminLogEventActionParticipantInvite channelAdminLogEventActionParticipantInvite attributes, type and example

Constructor: channelAdminLogEventActionParticipantInvite

Back to constructors index

Attributes:

Name Type Required
participant ChannelParticipant Yes

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionParticipantInvite = ['_' => 'channelAdminLogEventActionParticipantInvite', 'participant' => ChannelParticipant, ];

Or, if you're into Lua:

channelAdminLogEventActionParticipantInvite={_='channelAdminLogEventActionParticipantInvite', participant=ChannelParticipant, }