MadelineProto/docs/TD_docs/constructors/chatMemberStatusCreator.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

44 lines
816 B
Markdown

---
title: chatMemberStatusCreator
description: Creator of the chat, can delete any message, kick any user and add editors and moderators in channels
---
## Constructor: chatMemberStatusCreator
[Back to constructors index](index.md)
Creator of the chat, can delete any message, kick any user and add editors and moderators in channels
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
### Type: [ChatMemberStatus](../types/ChatMemberStatus.md)
### Example:
```
$chatMemberStatusCreator = ['_' => 'chatMemberStatusCreator'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "chatMemberStatusCreator"}
```
Or, if you're into Lua:
```
chatMemberStatusCreator={_='chatMemberStatusCreator'}
```