View Source ExGram.Model.MessageOrigin (ex_gram v0.50.1)
This object describes the origin of a message. It can be one of
Check the documentation of this model in https://core.telegram.org/bots/api#messageorigin
Summary
Types
@type t() :: %ExGram.Model.MessageOrigin{ date: integer(), sender_user: ExGram.Model.User.t(), type: String.t() }