2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
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', ];
|
|
|
|
```
|
|
|
|
|
2017-07-23 16:11:02 +02:00
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
|
|
|
|
```
|
|
|
|
{"_":"chatMemberStatusCreator"}
|
|
|
|
```
|
|
|
|
|
|
|
|
|
2017-03-11 19:54:51 +01:00
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
chatMemberStatusCreator={_='chatMemberStatusCreator', }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|