@override Map<String, dynamic> toJson() { return { 'update_type': updateType.value, 'timestamp': timestamp, 'chat_id': chatId, 'user': user.toJson(), }; }