aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2026-01-19 23:09:03 +0300
committerlevlam <levlam@telegram.org>2026-01-19 23:09:03 +0300
commit6e15f5bb5070bee28d9cc5e858265557cfc4b162 (patch)
tree67cc618fc8f9edb4d8ab59c7c75bafaf3e73e09e /test
parentd4aa7322c04c5711c949521208c4ed8061df90b4 (diff)
Remove internalLinkTypeUnsupportedProxy in favor of internalLinkTypeProxy.
Diffstat (limited to 'test')
-rw-r--r--test/link.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/link.cpp b/test/link.cpp
index a43aa901f..f90c8ddf8 100644
--- a/test/link.cpp
+++ b/test/link.cpp
@@ -500,7 +500,7 @@ static auto unknown_deep_link(const td::string &link) {
}
static auto unsupported_proxy() {
- return td::td_api::make_object<td::td_api::internalLinkTypeUnsupportedProxy>();
+ return td::td_api::make_object<td::td_api::internalLinkTypeProxy>(nullptr);
}
static auto upgraded_gift(const td::string &name) {