copyWith method
Implementation
InlineQueryResultSticker copyWith({String? id, Sticker? sticker}) =>
InlineQueryResultSticker(
id: id ?? this.id,
sticker: sticker ?? this.sticker,
);
InlineQueryResultSticker copyWith({String? id, Sticker? sticker}) =>
InlineQueryResultSticker(
id: id ?? this.id,
sticker: sticker ?? this.sticker,
);