menu
tdlib2 package
documentation
td_api.dart
StickersExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Stickers
copyWith
(
{
List
<
Sticker
>
?
stickers
,
})
Implementation
Stickers copyWith({List<Sticker>? stickers}) => Stickers(stickers: stickers ?? this.stickers);
tdlib2 package
documentation
td_api
StickersExtensions
copyWith method
StickersExtensions extension on
Stickers