Layer 220
constructor
documentEmpty#36f8c871 id:long = Document;

Parameters

Name Type Description
Id long Document ID or 0

Returns

Document

Gogram Example

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