class
TelegramBot::InputChecklistTask
- TelegramBot::InputChecklistTask
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/checklist.crConstructors
- .new(id : Int32, text : String, *, parse_mode : Nil | String = nil, text_entities : Nil | Array(TelegramBot::MessageEntity) = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #id : Int32
- #id=(id : Int32)
- #parse_mode : String | Nil
- #parse_mode=(parse_mode : String | Nil)
- #text : String
- #text=(text : String)
- #text_entities : Array(MessageEntity) | Nil
- #text_entities=(text_entities : Array(MessageEntity) | Nil)
Constructor Detail
def self.new(id : Int32, text : String, *, parse_mode : Nil | String = nil, text_entities : Nil | Array(TelegramBot::MessageEntity) = nil)
#