ExGram.Model.MessageOriginChannel (ex_gram v0.56.0)

View Source

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

t()

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

Functions

decode_as()