class Hamilton::Types::ChecklistTasksDone

Overview

Describes a service message about checklist tasks marked as done or not done.

Included Modules

Defined in:

types/checklist_tasks_done.cr

Constructors

Instance Method Summary

Instance methods inherited from class Reference

==(other : Hamilton::Any) ==

Instance methods inherited from class Object

===(other : Hamilton::Any) ===

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(params) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

def self.new(**params) #

Instance Method Detail

def checklist_message : Hamilton::Types::Message | Nil #

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.


def checklist_message=(checklist_message : Hamilton::Types::Message | Nil) #

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.


def marked_as_done_task_ids : Array(Int32) #

Identifiers of the tasks that were marked as done.


def marked_as_done_task_ids=(marked_as_done_task_ids : Array(Int32)) #

Identifiers of the tasks that were marked as done.


def marked_as_not_done_task_ids : Array(Int32) #

Identifiers of the tasks that were marked as not done.


def marked_as_not_done_task_ids=(marked_as_not_done_task_ids : Array(Int32)) #

Identifiers of the tasks that were marked as not done.


def non_nil_fields : Array(String) #

List of available non-nil fields.


def non_nil_fields=(non_nil_fields : Array(String)) #

List of available non-nil fields.