haskell-tdlib-2.0.69.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.ChecklistTask

Documentation

data ChecklistTask Source #

Constructors

ChecklistTask

Describes a task in a checklist

Fields

  • _id :: Maybe Int

    Unique identifier of the task

  • text :: Maybe FormattedText

    Text of the task; may contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, Url, EmailAddress, Mention, Hashtag, Cashtag and PhoneNumber entities

  • completed_by_user_id :: Maybe Int

    Identifier of the user that completed the task; 0 if the task isn't completed

  • completion_date :: Maybe Int

    Point in time (Unix timestamp) when the task was completed; 0 if the task isn't completed