ExGram.Model.InputChecklistTask (ex_gram v0.56.0)
View SourceDescribes a task to add to a checklist.
Check the documentation of this model in https://core.telegram.org/bots/api#inputchecklisttask
Summary
Types
@type t() :: %ExGram.Model.InputChecklistTask{ id: integer(), parse_mode: String.t() | nil, text: String.t(), text_entities: [ExGram.Model.MessageEntity.t()] | nil }