Layer 220
DocumentEmpty
Empty constructor, document doesn't exist.
constructor
documentEmpty#36f8c871 id:long = Document;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | Document ID or 0 |
Returns
DocumentGogram Example
// Creating DocumentEmpty constructor obj := &tg.DocumentEmpty{ Id: int64(0), }