-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unable to create client: ENOENT: no such file or directory, open 'my/dir/libtdjson.so #17
Comments
Please double check your binary path is correct. |
├── index.js index.js`
` |
You have to compile the binary yourself.
|
`
const { Client } = require('tglib')
async function main() {
const client = new Client({
apiId: 'YOUR_API_ID',
apiHash: 'YOUR_API_HASH',
phoneNumber: 'YOUR_PHONE_NUMBER',
})
}
main()`
The text was updated successfully, but these errors were encountered: