In Webhook approach how the response is sent? #1978
Answered
by
coder2020official
engAmirEng
asked this question in
Q&A
-
Hey, when using Webhooks, which one of these approaches (issue a request to telegram for each request comming from webhook or just send a response to the issued request) is possible using pyTelegramBotApi? Thanks is advance |
Beta Was this translation helpful? Give feedback.
Answered by
coder2020official
Apr 29, 2023
Replies: 2 comments
-
No, AFAIK. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Replying to webhook is not yet supported. If you have handlers with methods being used in it you are basically using method number 1, where you should return 200 status to bot API and send another request |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
engAmirEng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replying to webhook is not yet supported. If you have handlers with methods being used in it you are basically using method number 1, where you should return 200 status to bot API and send another request