# 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'}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.