Skip to content

Commit cd87f71

Browse files
authored
Update Client.cpp.patch to v10.0 Bot API
1 parent a991cc1 commit cd87f71

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

add_proxy/Client.cpp.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- ./telegram-bot-api/Client.cpp 2026-04-03 19:13:52.837844110 +0300
2-
+++ Client.cpp 2026-04-03 19:13:11.519886744 +0300
3-
@@ -8743,6 +8743,32 @@
1+
--- telegram-bot-api/telegram-bot-api/Client.cpp.orig 2026-05-13 14:40:22.542168217 +0300
2+
+++ telegram-bot-api/telegram-bot-api/Client.cpp 2026-05-13 15:18:26.550849514 +0300
3+
@@ -8731,6 +8731,32 @@
44
td::make_unique<TdOnOkCallback>());
55
}
66

@@ -25,7 +25,7 @@
2525
+ parameters_->proxy_port_,
2626
+ std::move(proxy_type)
2727
+ );
28-
+ send_request(make_object<td_api::addProxy>(std::move(proxy_obj), true),
28+
+ send_request(make_object<td_api::addProxy>(std::move(proxy_obj), true, ""),
2929
+ td::make_unique<TdOnOkCallback>());
3030
+ }
3131
+ }

0 commit comments

Comments
 (0)