copyWith method

GetPremiumGiveawayPaymentOptions copyWith({
  1. int? boostedChatId,
})

Implementation

GetPremiumGiveawayPaymentOptions copyWith({int? boostedChatId}) =>
    GetPremiumGiveawayPaymentOptions(
      boostedChatId: boostedChatId ?? this.boostedChatId,
    );