checklistMessage property

  1. @JsonKey(name: 'checklist_message')
Message? get checklistMessage
inherited

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.

Implementation

@JsonKey(name: 'checklist_message')
Message? get checklistMessage;