copyWith method
Implementation
ChatEventCustomEmojiStickerSetChanged copyWith({
int? oldStickerSetId,
int? newStickerSetId,
}) => ChatEventCustomEmojiStickerSetChanged(
oldStickerSetId: oldStickerSetId ?? this.oldStickerSetId,
newStickerSetId: newStickerSetId ?? this.newStickerSetId,
);