GiveawayCreated

@Serializable
data class GiveawayCreated(val prizeStarCount: Int? = null)

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

Api reference

Constructors

Link copied to clipboard
constructor(prizeStarCount: Int? = null)

Properties

Link copied to clipboard
val prizeStarCount: Int? = null

Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only