Found this while messing around with the Python SDK:
RPC call:
Parameters:
params = [{
"chatId": billy_butcher, # Valid Chat ID
"text": "Hello world!",
"contentType": 1,
"responseTo": "test" # Message ID does not exist
}]
Is there a way to check if the given responseTo is valid? When I try to run the code with an invalid chatId I get error instead of result.
Found this while messing around with the Python SDK:
RPC call:
Parameters:
Is there a way to check if the given
responseTois valid? When I try to run the code with an invalidchatIdI geterrorinstead ofresult.