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

This object represents a message about the completion of a giveaway with public winners.

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

Summary

Types

@type t() :: %ExGram.Model.GiveawayWinners{
  additional_chat_count: integer() | nil,
  chat: ExGram.Model.Chat.t(),
  giveaway_message_id: integer(),
  only_new_members: boolean() | nil,
  premium_subscription_month_count: integer() | nil,
  prize_description: String.t() | nil,
  unclaimed_prize_count: integer() | nil,
  was_refunded: boolean() | nil,
  winner_count: integer(),
  winners: [ExGram.Model.User.t()],
  winners_selection_date: integer()
}

Functions