tdweb: 1.6.9

GitOrigin-RevId: e1124a86c021c43c42ad00dc18dc9db0cbcacad1
This commit is contained in:
Arseny Smirnov 2020-10-20 22:23:52 +03:00
parent cecdae448e
commit add7211707
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tdweb",
"version": "1.6.6",
"version": "1.6.9",
"description": "Javascript interface for TDLib (telegram library)",
"main": "dist/tdweb.js",
"repository": {

View File

@ -160,6 +160,7 @@ class ClientManager::Impl final {
return response;
}
Impl() = default;
Impl(const Impl &) = delete;
Impl &operator=(const Impl &) = delete;
Impl(Impl &&) = delete;