menu
tdlib2 package
documentation
td_api.dart
GetStickerSetExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
GetStickerSet
copyWith
(
{
int
?
setId
,
})
Implementation
GetStickerSet copyWith({int? setId}) => GetStickerSet(setId: setId ?? this.setId);
tdlib2 package
documentation
td_api
GetStickerSetExtensions
copyWith method
GetStickerSetExtensions extension on
GetStickerSet