Tourmaline::ChecklistTasksDone
Inherits JSON::Serializable < Reference < Object
Describes a service message about checklist tasks marked as done or not done.
Constructors
new(pull : JSON::PullParser)
Sourcenew(checklist_message : Tourmaline::Message | Nil = nil, marked_as_done_task_ids : Array(Int32 | Int64) = [] of Int32 | Int64, marked_as_not_done_task_ids : Array(Int32 | Int64) = [] of Int32 | Int64)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
checklist_message
Optional. Message containing the checklist whose tasks were marked as done or not done. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.
Optional. Message containing the checklist whose tasks were marked as done or not done. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.
Optional. Identifiers of the tasks that were marked as done