Create
Create a chat reminder
post/v0/set-chat-reminder
Set a reminder for a chat at a specific time
Body Parameters
chatID: string
The identifier of the chat to set reminder for (accepts both chatID and local chat ID)
Returns
curl http://localhost:23373/v0/set-chat-reminder \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $BEEPER_ACCESS_TOKEN" \
-d '{
"chatID": "!NCdzlIaMjZUmvmvyHU:beeper.com",
"reminder": {
"remindAtMs": 0
}
}'
{
"success": true,
"error": "error"
}
Returns Examples
{
"success": true,
"error": "error"
}