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