/* This file is part of Telegram Desktop, the official desktop application for the Telegram messaging service. For license and copyright information please follow this link: https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ #pragma once #include "base/value_ordering.h" #include "ui/text/text.h" // For QFIXED_MAX class HistoryItem; using HistoryItemsList = std::vector>; class StorageImageLocation; class WebFileLocation; struct GeoPointLocation; namespace Storage { namespace Cache { struct Key; } // namespace Cache } // namespace Storage namespace Ui { class InputField; } // namespace Ui namespace Main { class Session; } // namespace Main namespace Images { enum class Option; using Options = base::flags