View Source ExGram.Model.ChatBoostSource (ex_gram v0.51.0)
This object describes the source of a chat boost. It can be one of
Check the documentation of this model in https://core.telegram.org/bots/api#chatboostsource
Summary
Types
@type t() :: %ExGram.Model.ChatBoostSource{ source: String.t(), user: ExGram.Model.User.t() }