Layer 220
DraftMessageEmpty
Empty draft
constructor
draftMessageEmpty#1b0c841a flags:# date:flags.0?int = DraftMessage;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Date | flags.0?int | When was the draft last updated |
Returns
DraftMessageGogram Example
// Creating DraftMessageEmpty constructor obj := &tg.DraftMessageEmpty{ // Optional fields: // Date: 0, }