copyWith method
Implementation
RemoveRecentSticker copyWith({
bool? isAttached,
InputFile? sticker,
}) =>
RemoveRecentSticker(
isAttached: isAttached ?? this.isAttached,
sticker: sticker ?? this.sticker,
);
RemoveRecentSticker copyWith({
bool? isAttached,
InputFile? sticker,
}) =>
RemoveRecentSticker(
isAttached: isAttached ?? this.isAttached,
sticker: sticker ?? this.sticker,
);