mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 23:12:10 +00:00
d37216815d
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
376 B
C++
17 lines
376 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 "settings/settings_type.h"
|
|
|
|
namespace Settings {
|
|
|
|
[[nodiscard]] Type NotificationsId();
|
|
|
|
} // namespace Settings
|