class TelegramBot::MessageGenerationStopped

Included Modules

Defined in:

telegram_bot/types/message_generation_stopped.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(chat : Chat, draft_id : Int32, *, message_thread_id : Int32 | Nil = nil) #

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def chat : Chat #

def chat=(chat : Chat) #

def draft_id : Int32 #

def draft_id=(draft_id : Int32) #

def message_thread_id : Int32 | Nil #

def message_thread_id=(message_thread_id : Int32 | Nil) #