View Source ExGram.Model.ChatBoostSourceGiveaway (ex_gram v0.55.0)

The boost was obtained by the creation of a Telegram Premium or a Telegram Star giveaway. This boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription for Telegram Premium giveaways and prize_star_count / 500 times for one year for Telegram Star giveaways.

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

Summary

Types

@type t() :: %ExGram.Model.ChatBoostSourceGiveaway{
  giveaway_message_id: integer(),
  is_unclaimed: boolean() | nil,
  prize_star_count: integer() | nil,
  source: String.t(),
  user: ExGram.Model.User.t() | nil
}

Functions