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

This object represents a message about a scheduled giveaway.

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

Summary

Types

@type t() :: %ExGram.Model.Giveaway{
  chats: [ExGram.Model.Chat.t()],
  country_codes: [String.t()] | nil,
  has_public_winners: boolean() | nil,
  only_new_members: boolean() | nil,
  premium_subscription_month_count: integer() | nil,
  prize_description: String.t() | nil,
  winner_count: integer(),
  winners_selection_date: integer()
}

Functions