MadelineProto/old_docs/API_docs_v44/constructors/channelRoleEmpty.md
2017-07-23 16:33:46 +02:00

495 B

title description
channelRoleEmpty channelRoleEmpty attributes, type and example

Constructor: channelRoleEmpty

Back to constructors index

Type: ChannelParticipantRole

Example:

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

PWRTelegram json-encoded version:

{"_": "channelRoleEmpty"}

Or, if you're into Lua:

channelRoleEmpty={_='channelRoleEmpty'}