menu
tdlib2 package
documentation
td_api.dart
DeleteStickerSetExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
DeleteStickerSet
copyWith
(
{
String
?
name
,
})
Implementation
DeleteStickerSet copyWith({String? name}) => DeleteStickerSet(name: name ?? this.name);
tdlib2 package
documentation
td_api
DeleteStickerSetExtensions
copyWith method
DeleteStickerSetExtensions extension on
DeleteStickerSet