View Source Telegex.Type.ChatBoostSourceGiveaway (Telegex v1.8.0)

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.

Summary

Types

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