1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 13:14:40 +01:00
MadelineProto/old_docs/API_docs_v51/constructors/channelRoleEmpty.md

401 B

title description
channelRoleEmpty channelRoleEmpty attributes, type and example

Constructor: channelRoleEmpty

Back to constructors index

Type: ChannelParticipantRole

Example:

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

Or, if you're into Lua:

channelRoleEmpty={_='channelRoleEmpty', }