copyWith method
Implementation
SetStickerKeywords copyWith({
InputFile? sticker,
List<String>? keywords,
}) =>
SetStickerKeywords(
sticker: sticker ?? this.sticker,
keywords: keywords ?? this.keywords,
);
SetStickerKeywords copyWith({
InputFile? sticker,
List<String>? keywords,
}) =>
SetStickerKeywords(
sticker: sticker ?? this.sticker,
keywords: keywords ?? this.keywords,
);