Arquivos
tdesktop/Telegram/SourceFiles/boxes/preview_ai_tone_box.h
T
2026-05-05 10:45:44 +04:00

26 linhas
537 B
C++

/*
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
namespace Data {
struct AiComposeTone;
} // namespace Data
namespace Main {
class Session;
} // namespace Main
namespace Ui {
class GenericBox;
} // namespace Ui
void PreviewAiToneBox(
not_null<Ui::GenericBox*> box,
not_null<Main::Session*> session,
Data::AiComposeTone tone);