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

The boost was obtained by the creation of a Telegram Premium giveaway. This 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#chatboostsourcegiveaway

Summary

Types

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

Functions