class

Tourmaline::ChecklistTasksAdded

Inherits JSON::Serializable < Reference < Object

Describes a service message about tasks added to a checklist.

Constructors

new(tasks : Array(Tourmaline::ChecklistTask) = [] of Tourmaline::ChecklistTask, checklist_message : Tourmaline::Message | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance 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.

Source
checklist_message=(checklist_message : Tourmaline::Message | Nil)

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.

Source
tasks

List of tasks added to the checklist

Source

List of tasks added to the checklist

Source