RateLimited

data class RateLimited(val retryAfterSeconds: Int) : SendMessageResult(source)

Rate limit exceeded — too many AI-triggered sends in the time window.

Constructors

Link copied to clipboard
constructor(retryAfterSeconds: Int)

Properties

Link copied to clipboard