37 lines
639 B
Markdown
37 lines
639 B
Markdown
---
|
|
title: chatMemberStatusKicked
|
|
description: User was kicked from the chat (and obviously is not a chat member)
|
|
---
|
|
## Constructor: chatMemberStatusKicked
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
User was kicked from the chat (and obviously is not a chat member)
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|:-------------:|:--------:|------------:|
|
|
|
|
|
|
|
|
### Type: [ChatMemberStatus](../types/ChatMemberStatus.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$chatMemberStatusKicked = ['_' => 'chatMemberStatusKicked', ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
chatMemberStatusKicked={_='chatMemberStatusKicked', }
|
|
|
|
```
|
|
|
|
|