Table of Contents

Class RateLimitInfo

Namespace
NetCord.Rest.RateLimits
Assembly
NetCord.dll
public class RateLimitInfo
Inheritance
RateLimitInfo
Inherited Members

Constructors

RateLimitInfo(long, int, int, int, BucketInfo)

public RateLimitInfo(long timestamp, int resetAfter, int remaining, int limit, BucketInfo bucketInfo)

Parameters

timestamp long
resetAfter int
remaining int
limit int
bucketInfo BucketInfo

Properties

BucketInfo

public BucketInfo BucketInfo { get; }

Property Value

BucketInfo

Limit

public int Limit { get; }

Property Value

int

Remaining

public int Remaining { get; }

Property Value

int

Reset

public long Reset { get; }

Property Value

long

ResetAfter

public int ResetAfter { get; }

Property Value

int

Timestamp

public long Timestamp { get; }

Property Value

long