SendMessageDraftParams
interfaceDeclaration
interface SendMessageDraftParams Properties
draft_id: number;Unique identifier of the message draft; must be non-zero. Changes to drafts with the same identifier are animated.
entities?: MessageEntity[];A JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode
message_thread_id?: number;Unique identifier for the target message thread
parse_mode?: string;Mode for parsing entities in the message text. See formatting options for more details.