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