MadelineProto/old_docs/API_docs_v46/constructors/channelRoleEmpty.md

498 B

title description
channelRoleEmpty channelRoleEmpty attributes, type and example

Constructor: channelRoleEmpty

Back to constructors index

Attributes:

Name Type Required

Type: ChannelParticipantRole

Example:

$channelRoleEmpty = ['_' => 'channelRoleEmpty', ];

Or, if you're into Lua:

channelRoleEmpty={_='channelRoleEmpty', }