This object describes an update about a user stopping message generation.
Check the documentation of this model on Telegram Bot API
chat: Chat in which the message is generateddraft_id: Unique identifier of the message draft which was stoppedmessage_thread_id (optional): Optional. Unique identifier of the message thread in which the message is generated
Summary
Types
@type t() :: %ExGram.Model.MessageGenerationStopped{ chat: ExGram.Model.Chat.t(), draft_id: integer(), message_thread_id: integer() | nil }