View Source Telegex.Type.MessageOriginChannel (Telegex v1.8.0)

The message was originally sent to a channel chat.

Summary

Types

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