AyuGramDesktop/Telegram/SourceFiles/boxes/peers/toggle_topics_box.h
2025-06-04 10:00:22 +04:00

20 lines
461 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
#include "ui/layers/generic_box.h"
namespace Ui {
void ToggleTopicsBox(
not_null<Ui::GenericBox*> box,
bool enabled,
bool tabs,
Fn<void(bool enabled, bool tabs)> callback);
} // namespace Ui