class
Hamilton::Types::ChecklistTask
- Hamilton::Types::ChecklistTask
- Reference
- Object
Overview
Describes a task in a checklist.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/checklist_task.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#completed_by_user : Hamilton::Types::User
User that completed the task; omitted if the task wasn't completed.
-
#completed_by_user=(completed_by_user : Hamilton::Types::User)
User that completed the task; omitted if the task wasn't completed.
-
#completion_date : Int32
Point in time (Unix timestamp) when the task was completed; 0 if the task wasn't completed.
-
#completion_date=(completion_date : Int32)
Point in time (Unix timestamp) when the task was completed; 0 if the task wasn't completed.
-
#id : Int32
Unique identifier of the task
-
#id=(id : Int32)
Unique identifier of the task
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#text : String
Text of the task
-
#text=(text : String)
Text of the task
-
#text_entities : Array(Hamilton::Types::MessageEntity)
Special entities that appear in the task text.
-
#text_entities=(text_entities : Array(Hamilton::Types::MessageEntity))
Special entities that appear in the task text.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
User that completed the task; omitted if the task wasn't completed.
User that completed the task; omitted if the task wasn't completed.
Point in time (Unix timestamp) when the task was completed; 0 if the task wasn't completed.
Point in time (Unix timestamp) when the task was completed; 0 if the task wasn't completed.
Special entities that appear in the task text.
Special entities that appear in the task text.