Tourmaline::ChecklistTasksAdded
Inherits JSON::Serializable < Reference < Object
Describes a service message about tasks added to a checklist.
Constructors
new(pull : JSON::PullParser)
Sourcenew(tasks : Array(Tourmaline::ChecklistTask) = [] of Tourmaline::ChecklistTask, checklist_message : Tourmaline::Message | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
checklist_message
Optional. Message containing the checklist to which the tasks were added. 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 to which the tasks were added. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.