/* 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 #include "data/data_peer_id.h" #include "data/data_msg_id.h" 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 Images { enum class Option; using Options = base::flags