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

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

Summary

Types

@type t() :: %Telegex.Type.GiveawayWinners{
  additional_chat_count: integer() | nil,
  chat: Telegex.Type.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: [Telegex.Type.User.t()],
  winners_selection_date: integer()
}