Create a chat reminder
POST/v1/chats/{chatID}/reminders
Set a reminder for a chat at a specific time
Path Parameters
chatID: string
Unique identifier of the chat.
Body ParametersJSON
Create a chat reminder
curl http://localhost:23373/v1/chats/$CHAT_ID/reminders \
-H 'Content-Type: application/json' \
-d '{
"reminder": {
"remindAtMs": 0
}
}'