tdweb: 1.6.9
GitOrigin-RevId: e1124a86c021c43c42ad00dc18dc9db0cbcacad1
This commit is contained in:
parent
cecdae448e
commit
add7211707
@ -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": {
|
||||
|
@ -160,6 +160,7 @@ class ClientManager::Impl final {
|
||||
return response;
|
||||
}
|
||||
|
||||
Impl() = default;
|
||||
Impl(const Impl &) = delete;
|
||||
Impl &operator=(const Impl &) = delete;
|
||||
Impl(Impl &&) = delete;
|
||||
|
Loading…
Reference in New Issue
Block a user