DraftMessageInput
Contains information about a message draft.
This is an alias for the DraftMessageInputUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "draftMessage" | |
replyToMessageId | number | Identifier of the message to reply to; 0 if none |
date | number | Point in time (Unix timestamp) when the draft was created |
inputMessageText | Content of the message draft; must be of the type inputMessageText |