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