We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ee58b commit cc83909Copy full SHA for cc83909
telegram-bot-api/Client.cpp
@@ -6666,7 +6666,7 @@ void Client::check_business_connection_chat_id(const td::string &business_connec
6666
}
6667
auto chat_id = r_chat_id.move_as_ok();
6668
check_business_connection(business_connection_id, std::move(query),
6669
- [this, chat_id, on_success = std::move(on_success)](
+ [chat_id, on_success = std::move(on_success)](
6670
const BusinessConnection *business_connection, PromisedQueryPtr query) mutable {
6671
on_success(business_connection, chat_id, std::move(query));
6672
});
0 commit comments