Layer 220
constructor
chatEmpty#29562865 id:long = Chat;

Parameters

Name Type Description
Id long Group identifier

Returns

Chat

Gogram Example

// Creating ChatEmpty constructor
obj := &tg.ChatEmpty{
    Id: int64(0),
}