mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 23:47:48 +01:00
495 B
495 B
title | description |
---|---|
channelRoleEmpty | channelRoleEmpty attributes, type and example |
Constructor: channelRoleEmpty
Type: ChannelParticipantRole
Example:
$channelRoleEmpty = ['_' => 'channelRoleEmpty'];
PWRTelegram json-encoded version:
{"_": "channelRoleEmpty"}
Or, if you're into Lua:
channelRoleEmpty={_='channelRoleEmpty'}