-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Method getUserChatBoosts doesn't work correctly #1200
Comments
dsvynarenko
pushed a commit
to dsvynarenko/node-telegram-bot-api
that referenced
this issue
May 30, 2024
dsvynarenko
added a commit
to dsvynarenko/node-telegram-bot-api
that referenced
this issue
May 30, 2024
As a workaround for this issue instead of calling:
the following call can be used:
|
Okey, found the problem and pushed the fix. Will be solve on the next release 👍 |
danielperez9430
pushed a commit
that referenced
this issue
May 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have read:
I am using the latest version of the library.
Expected Behavior
getUserChatBoosts
method works correctly and returnsUserChatBoosts
for a successful request.Actual Behavior
getUserChatBoosts
method always rejects with an error:Steps to reproduce the Behavior
Just simply call
getUserChatBoosts
.The text was updated successfully, but these errors were encountered: