class
TelegramBot::MessageGenerationStopped
- TelegramBot::MessageGenerationStopped
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/message_generation_stopped.crConstructors
- .new(chat : Chat, draft_id : Int32, *, message_thread_id : Int32 | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #chat : Chat
- #chat=(chat : Chat)
- #draft_id : Int32
- #draft_id=(draft_id : Int32)
- #message_thread_id : Int32 | Nil
- #message_thread_id=(message_thread_id : Int32 | Nil)