MessageGiveawayPrizeStars constructor

MessageGiveawayPrizeStars({
  1. required int starCount,
  2. required String transactionId,
  3. required int boostedChatId,
  4. required int giveawayMessageId,
  5. required bool isUnclaimed,
  6. Sticker? sticker,
})

Implementation

MessageGiveawayPrizeStars({
  required this.starCount,
  required this.transactionId,
  required this.boostedChatId,
  required this.giveawayMessageId,
  required this.isUnclaimed,
  this.sticker,
});