mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:07:47 +01:00
498 B
498 B
title | description |
---|---|
channelRoleEmpty | channelRoleEmpty attributes, type and example |
Constructor: channelRoleEmpty
Attributes:
Name | Type | Required |
---|
Type: ChannelParticipantRole
Example:
$channelRoleEmpty = ['_' => 'channelRoleEmpty', ];
Or, if you're into Lua:
channelRoleEmpty={_='channelRoleEmpty', }