copyWith method
Implementation
InputMessageSticker copyWith({InputSticker? sticker, String? emoji}) =>
InputMessageSticker(
sticker: sticker ?? this.sticker,
emoji: emoji ?? this.emoji,
);
InputMessageSticker copyWith({InputSticker? sticker, String? emoji}) =>
InputMessageSticker(
sticker: sticker ?? this.sticker,
emoji: emoji ?? this.emoji,
);