1011 B
1011 B
title | description |
---|---|
chatMemberStatusEditor | In broadcast channels, member that can post messages to the broadcast channel and have moderator rights. In groups and supergroups, member that can add new members to the chat/kick unpriviledged members |
Constructor: chatMemberStatusEditor
In broadcast channels, member that can post messages to the broadcast channel and have moderator rights. In groups and supergroups, member that can add new members to the chat/kick unpriviledged members
Attributes:
Name | Type | Required | Description |
---|
Type: ChatMemberStatus
Example:
$chatMemberStatusEditor = ['_' => 'chatMemberStatusEditor'];
PWRTelegram json-encoded version:
{"_": "chatMemberStatusEditor"}
Or, if you're into Lua:
chatMemberStatusEditor={_='chatMemberStatusEditor'}