isMajor property

bool isMajor
final

Whether this parameter is a major parameter.

Major parameters influence Discord's rate limiting. Requests with different major parameters will go into separate buckets for rate limiting, whereas routes with different minor parameters will use the same bucket.

Implementation

final bool isMajor;