haskell-tdlib-2.1.11.0: Binding to the Telegram Database Library
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 :: Maybe MessageSender

    Identifier of the user or chat that completed the task; may be null if the task isn't completed yet

  • completion_date :: Maybe Int

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