MadelineProtoDocs/docs/TD_docs/constructors/chatMemberStatusBanned.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
828 B
Markdown

---
title: chatMemberStatusBanned
description: User was banned (and obviously is not a chat member) and can't return to the chat or view messages
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: chatMemberStatusBanned
[Back to constructors index](index.md)
User was banned (and obviously is not a chat member) and can't return to the chat or view messages
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|banned\_until\_date|[int](../types/int.md) | Yes|Date when the user will be unbanned, 0 if never. Unix time. If user is banned for more than 366 days or less than 30 seconds from the current time it considered to be banned forever|
### Type: [ChatMemberStatus](../types/ChatMemberStatus.md)