--- title: "draftMessageEmpty" description: "Empty draft" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: draftMessageEmpty [Back to constructors index](/API_docs/constructors/index.html) Empty draft ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |date|[int](/API_docs/types/int.html) | Optional|When was the draft last updated| ### Type: [DraftMessage](/API_docs/types/DraftMessage.html) ### Example: ``` $draftMessageEmpty = ['_' => 'draftMessageEmpty', 'date' => int]; ```