InputChecklistTask

class pyrogram.types.InputChecklistTask

Describes a task in a checklist to be sent.

Parameters:
  • id (int) – Unique identifier of the task.

  • text (str) – Text of the task.

  • parse_mode (ParseMode, optional) – The parse mode to use for the checklist.

  • entities (List of MessageEntity, optional) – List of special entities that appear in the checklist title.