copyWith method
Implementation
SetCustomEmojiStickerSetThumbnail copyWith({
String? name,
int? customEmojiId,
}) =>
SetCustomEmojiStickerSetThumbnail(
name: name ?? this.name,
customEmojiId: customEmojiId ?? this.customEmojiId,
);