ExGram.Model.ChatBoostSourceGiftCode (ex_gram v0.55.1)

View Source

The boost was obtained by the creation of Telegram Premium gift codes to boost a chat. Each such code boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription.

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

Summary

Types

t()

@type t() :: %ExGram.Model.ChatBoostSourceGiftCode{
  source: String.t(),
  user: ExGram.Model.User.t()
}

Functions

decode_as()