MadelineProtoDocs/old_docs/API_docs_v66/constructors/channelParticipantEditor.md

884 B

title description image
channelParticipantEditor Channel participant editor https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelParticipantEditor

Back to constructors index

Channel participant editor

Attributes:

Name Type Required Description
user_id int Yes User ID
inviter_id int Yes Inviter ID
date int Yes Date

Type: ChannelParticipant

Example:

$channelParticipantEditor = ['_' => 'channelParticipantEditor', 'user_id' => int, 'inviter_id' => int, 'date' => int];

Or, if you're into Lua:

channelParticipantEditor={_='channelParticipantEditor', user_id=int, inviter_id=int, date=int}