View the original community article here
Last tested: Nov 5, 2020
If you are using an SDK and you're hitting timeout errors on your calls, you should be able to adjust the timeout parameter on your call.
For example, with the Python SDK if you are running run_inline_query(), you should be able to format it in this manner:
run_inline_query({stuff}, {timeout: 3600})
to extend the timeout.
The default is 10 seconds.
This content is subject to limited support.