mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
631 B
631 B
title | description | nav_exclude | image |
---|---|---|---|
draftMessageEmpty | Empty draft | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: draftMessageEmpty
Empty draft
Attributes:
Name | Type | Required | Description |
---|---|---|---|
date | int | Optional | When was the draft last updated |
Type: DraftMessage
Example:
$draftMessageEmpty = ['_' => 'draftMessageEmpty', 'date' => int];