ExGram.Model.MessageGenerationStopped (ex_gram v0.70.0)

Copy Markdown View Source

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 generated
  • draft_id: Unique identifier of the message draft which was stopped
  • message_thread_id (optional): Optional. Unique identifier of the message thread in which the message is generated

Summary

Types

t()

@type t() :: %ExGram.Model.MessageGenerationStopped{
  chat: ExGram.Model.Chat.t(),
  draft_id: integer(),
  message_thread_id: integer() | nil
}

Functions

decode_as()