gram-tgcalls
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -17,2 +17,3 @@ /// <reference types="node" /> | ||
leave(chatId: number): Promise<boolean | null>; | ||
connected(chatId: number): boolean; | ||
} |
@@ -86,4 +86,7 @@ "use strict"; | ||
} | ||
connected(chatId) { | ||
return !!__classPrivateFieldGet(this, _GramTGCalls_connections, "f").get(chatId); | ||
} | ||
} | ||
exports.GramTGCalls = GramTGCalls; | ||
_GramTGCalls_connections = new WeakMap(); |
{ | ||
"name": "gram-tgcalls", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19023
169