Create a chat reminder
POST /v0/set-chat-reminder
Set a reminder for a chat at a specific time. Use POST /v1/chats/{chatID}/reminders
instead.
Request Body
Section titled “Request Body ”object
The identifier of the chat to set reminder for (accepts both chatID and local chat ID)
Example
!NCdzlIaMjZUmvmvyHU:beeper.com
Reminder configuration
object
Unix timestamp in milliseconds when reminder should trigger
Cancel reminder if someone messages in the chat
Responses
Section titled “ Responses ”Tool executed successfully
object
Invalid request parameters
object
Error message
Error code
Additional error details
object
Access token is missing or invalid
object
Error message
Error code
Additional error details
object
Access token does not have the required scope
object
Error message
Error code
Additional error details
object
Resource not found
object
Error message
Error code
Additional error details
object
Unprocessable entity - validation error
object
Error message
Error code
Additional error details
object
Too many requests - rate limit exceeded
object
Error message
Error code
Additional error details
object
Internal server error
object
Error message
Error code
Additional error details