mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 03:58:15 +01:00
401 B
401 B
title | description |
---|---|
channelRoleEmpty | channelRoleEmpty attributes, type and example |
Constructor: channelRoleEmpty
Type: ChannelParticipantRole
Example:
$channelRoleEmpty = ['_' => 'channelRoleEmpty', ];
Or, if you're into Lua:
channelRoleEmpty={_='channelRoleEmpty', }