844 B
844 B
title | description | image |
---|---|---|
chatForbidden | chatForbidden attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatForbidden
Attributes:
Name | Type | Required |
---|---|---|
id | int | Yes |
title | string | Yes |
date | int | Yes |
Type: Chat
Example:
$chatForbidden = ['_' => 'chatForbidden', 'id' => int, 'title' => 'string', 'date' => int];
PWRTelegram json-encoded version:
{"_": "chatForbidden", "id": int, "title": "string", "date": int}
Or, if you're into Lua:
chatForbidden={_='chatForbidden', id=int, title='string', date=int}