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

The message was originally sent on behalf of a chat to a group chat.

Summary

Types

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