ExGram.Model.MessageOriginChat (ex_gram v0.55.1)

View Source

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

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

Summary

Types

t()

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

Functions

decode_as()