Layer 224
constructor
draftMessageEmpty#1b0c841a flags:# date:flags.0?int = DraftMessage;

Parameters

Name Type Description
Date flags.0?int When was the draft last updated

Returns

DraftMessage

Gogram Example

// Creating DraftMessageEmpty constructor
obj := &tg.DraftMessageEmpty{

    // Optional fields:
    // Date: 42,
}