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'}