Layer 224
constructor
chatForbidden#6592a1a7 id:long title:string = Chat;

Parameters

Name Type Description
Id long User identifier
Title string Group name

Returns

Chat

Gogram Example

// Creating ChatForbidden constructor
obj := &tg.ChatForbidden{
    Id: int64(1234567890),
    Title: "Hello, World!",
}