View Source ExGram.Model.MessageOriginChannel (ex_gram v0.52.2)

The message was originally sent to a channel chat.

Check the documentation of this model in https://core.telegram.org/bots/api#messageoriginchannel

Summary

Types

@type t() :: %ExGram.Model.MessageOriginChannel{
  author_signature: String.t() | nil,
  chat: ExGram.Model.Chat.t(),
  date: integer(),
  message_id: integer(),
  type: String.t()
}

Functions