ZaStoGram_desktop/Telegram/SourceFiles/mtproto/session/options.h
2026-07-07 23:44:39 +03:00

14 lines
366 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 MTP::details {
inline constexpr auto kOptionPreferIPv6 = "prefer-ipv6";
} // namespace MTP::details