Layer 220
ChatForbidden
A group to which the user has no access. E. g., because the user was kicked from the group.
constructor
chatForbidden#6592a1a7 id:long title:string = Chat;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | User identifier |
| Title | string | Group name |
Returns
ChatGogram Example
// Creating ChatForbidden constructor obj := &tg.ChatForbidden{ Id: int64(0), Title: "...", }