-
This relates to a question I posted in Discord. @app.post("/webhook/{token}", status_code=200, tags=["Endpoints"]) async def webhook(dispatcher,update): def inline_query(update,context): After some time has elapsed, the bot will show the new updated data. This there anything from a Deta perspective or programming perspective that explains the above? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The answer is likely to be caching on Telegram ... found this in their documentation.
cache_time int The maximum amount of time in seconds that the result of the inline query may be cached on the server. Defaults to 300. |
Beta Was this translation helpful? Give feedback.
The answer is likely to be caching on Telegram ... found this in their documentation.
cache_time int The maximum amount of time in seconds that the result of the inline query may be cached on the server. Defaults to 300.