Layer 228
constructor
communityForbidden#fd3cdab8 flags:# id:long access_hash:flags.13?long title:string = Chat;

Parameters

Name Type Description
Id long
AccessHash flags.13?long
Title string

Returns

Chat

Gogram Example

// Creating CommunityForbidden constructor
obj := &tg.CommunityForbidden{
    Id: int64(1234567890),
    Title: "Example",

    // Optional fields:
    // AccessHash: int64(5678901234567890),
}