StatsResultResponse

StatsResultResponse: { result: { message: string, requests_all_time: number, requests_this_minute: number, user_id: string | number } }

Represents the structure of the StatsResultResponse from a request to the /my_stats endpoint.

Last updated