Interface OprishRateLimits

Rate limits that apply to Oprish (The REST API).


Example

{
"get_instance_info": {
"reset_after": 5,
"limit": 2
},
"create_message": {
"reset_after": 5,
"limit": 10
}
}

Hierarchy

  • OprishRateLimits

Properties

create_message: RateLimitConf

Rate limits for the create_message endpoint.

get_instance_info: RateLimitConf

Rate limits for the get_instance_info endpoint.