844 B
844 B
title | description | image |
---|---|---|
chatForbidden | A group to which the user has no access. E.g., because the user was kicked from the group. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatForbidden
A group to which the user has no access. E.g., because the user was kicked from the group.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | User identifier |
title | string | Yes | Group name |
Type: Chat
Example:
$chatForbidden = ['_' => 'chatForbidden', 'id' => int, 'title' => 'string'];
Or, if you're into Lua:
chatForbidden={_='chatForbidden', id=int, title='string'}