An error in the endpoint name #4679
Unanswered
vavasik800
asked this question in
Q&A
Replies: 2 comments
-
good catch, wonder if we should have a test if all api calls we code are actually valid At least for those where we dont have any actual requests to telegram |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank for the report! FYI, until we release a fix, you can use https://docs.python-telegram-bot.org/en/stable/telegram.bot.html#telegram.Bot.do_api_request |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Error in spelling the endpoint name for the "editUserStarSubscription" request.
The edit_user_star_subscription function indicates "editUserStartSubscription" and it should be "editUserStarSubscription".
Please change to the correct endpoint, requests are not being processed.
Correct:
Beta Was this translation helpful? Give feedback.
All reactions