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