isStarGiveaway property

  1. @JsonKey(name: 'is_star_giveaway')
bool? get isStarGiveaway
inherited

Optional. True, if the giveaway is a Telegram Star giveaway. Otherwise, currently, the giveaway is a Telegram Premium giveaway.

Implementation

@JsonKey(name: 'is_star_giveaway')
bool? get isStarGiveaway;