/* 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 "data/stickers/data_stickers.h" #include namespace ChatHelpers { class Show; } // namespace ChatHelpers namespace Ui { class GenericBox; } // namespace Ui namespace Api { void CreateStickerBox( not_null box, std::shared_ptr show, StickerSetIdentifier set, QImage image, Fn done); void OpenCreateStickerFlow( std::shared_ptr show, StickerSetIdentifier set, Fn done = nullptr); } // namespace Api