# `ExGram.Model.GiveawayCreated`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.64.0/lib/ex_gram.ex#L4498)

This object represents a service message about the creation of a scheduled giveaway.

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#giveawaycreated)

- `prize_star_count (optional)`: Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only

# `t`

```elixir
@type t() :: %ExGram.Model.GiveawayCreated{prize_star_count: integer() | nil}
```

# `decode_as`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
