View Source ExGram.Model.MessageOriginChat (ex_gram v0.53.0)
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
@type t() :: %ExGram.Model.MessageOriginChat{ author_signature: String.t() | nil, date: integer(), sender_chat: ExGram.Model.Chat.t(), type: String.t() }