menu
tdlib2 package
documentation
td_api.dart
SentGiftUpgradedExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
SentGiftUpgraded
copyWith
(
{
UpgradedGift
?
gift
,
})
Implementation
SentGiftUpgraded copyWith({UpgradedGift? gift}) => SentGiftUpgraded(gift: gift ?? this.gift);
tdlib2 package
documentation
td_api
SentGiftUpgradedExtensions
copyWith method
SentGiftUpgradedExtensions extension on
SentGiftUpgraded