1 /* 2 This file is part of Telegram Desktop, 3 the official desktop application for the Telegram messaging service. 4 5 For license and copyright information please follow this link: 6 https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL 7 */ 8 #pragma once 9 10 #include "settings/settings_type.h" 11 12 namespace Settings { 13 14 Type CloudPasswordEmailConfirmId(); 15 16 } // namespace Settings 17