Interface InputChecklistTask

Describes a task in a checklist to be sent.

interface InputChecklistTask {
    @type: "inputChecklistTask";
    id: number;
    text: FormattedText;
}

Properties

Properties

@type: "inputChecklistTask"
id: number

Unique identifier of the task; must be positive.

Text of the task; 1-getOption("checklist_task_text_length_max") characters without line feeds. May contain only Bold, Italic, Underline, Strikethrough, Spoiler, and CustomEmoji entities.