Link Search Menu Expand Document

Constructor: chatForbidden

Back to constructors index

A group to which the user has no access. E.g., because the user was kicked from the group.

Attributes:

NameTypeRequiredDescription
idlongYesUser identifier
titlestringYesGroup name

Type: Chat

Example:

$chatForbidden = ['_' => 'chatForbidden', 'id' => long, 'title' => 'string'];