TD.Data.Checklist
data Checklist Source #
Constructors
Describes a checklist
Fields
Title of the checklist; may contain only Bold, Italic, Underline, Strikethrough, Spoiler, and CustomEmoji entities
List of tasks in the checklist
True, if users other than creator of the list can add tasks to the list
True, if the current user can add tasks to the list if they have Telegram Premium subscription
True, if users other than creator of the list can mark tasks as done or not done. If true, then the checklist is called "group checklist"
True, if the current user can mark tasks as done or not done if they have Telegram Premium subscription
Defined in TD.Data.Checklist
Methods
parseJSON :: Value -> Parser Checklist #
parseJSONList :: Value -> Parser [Checklist] #
showsPrec :: Int -> Checklist -> ShowS #
show :: Checklist -> String #
showList :: [Checklist] -> ShowS #
(==) :: Checklist -> Checklist -> Bool #
(/=) :: Checklist -> Checklist -> Bool #
shortShow :: Checklist -> String Source #