hi, i am using rasa 3 and working with telegram, sometimes I send a user message like in this example:
i am using cleint that create curl request:
curl -H “Content-Type: application/json” -X POST
-d ‘{“name”: “EXTERNAL_dry_plant”, “entities”: {“plant”: “Orchid”}}’
“http://localhost:5005/conversations/user123/trigger_intent?output_channel=latest”
this example work when the telegram user start the chat , And I succeed to send him text using the curl.
but, my problem is ,when i restart rasa server (sometimes I restart the server )I cant send a message to user after restart ,I can only send message and curl work if the user send first message.