/* 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 Ui { class FlatLabel; class RpWidget; class SettingsButton; class VerticalLayout; } // namespace Ui namespace Window { class SessionController; [[nodiscard]] not_null AddVersionLabel( not_null); [[nodiscard]] not_null AddMyChannelsBox( not_null button, not_null controller, bool chats); void SetupMenuBots( not_null container, not_null controller); } // namespace Window