Skip to content

Commit

Permalink
tdweb: 1.6.9
Browse files Browse the repository at this point in the history
GitOrigin-RevId: e1124a86c021c43c42ad00dc18dc9db0cbcacad1
  • Loading branch information
arseny30 committed Oct 20, 2020
1 parent cecdae4 commit add7211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/web/tdweb/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 1 addition & 0 deletions td/telegram/Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class ClientManager::Impl final {
return response;
}

Impl() = default;
Impl(const Impl &) = delete;
Impl &operator=(const Impl &) = delete;
Impl(Impl &&) = delete;
Expand Down

0 comments on commit add7211

Please sign in to comment.