740 B
740 B
title | description | image |
---|---|---|
chatForbidden | Chat forbidden | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatForbidden
Chat forbidden
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | ID |
title | string | Yes | Title |
date | int | Yes | Date |
Type: Chat
Example:
$chatForbidden = ['_' => 'chatForbidden', 'id' => int, 'title' => 'string', 'date' => int];
Or, if you're into Lua:
chatForbidden={_='chatForbidden', id=int, title='string', date=int}