We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue just for logging.
const client = new Client(...} await client.connect() await client.fetch({ '@type': 'createPrivateChat', 'user_id': 1234, })
Error
(node:7969) UnhandledPromiseRejectionWarning: Error: {"@type":"error","code":6,"message":"Chat info not found"}
Resolved in version 1.3 by adding short delay.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue just for logging.
Error
Resolved in version 1.3 by adding short delay.
The text was updated successfully, but these errors were encountered: