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

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

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

Summary

Types

@type t() :: %ExGram.Model.GiveawayCompleted{
  giveaway_message: ExGram.Model.Message.t() | nil,
  unclaimed_prize_count: integer() | nil,
  winner_count: integer()
}

Functions