RateLimitChallengeRequest
Namespace: Signal.Bot.Requests
Full Name: Signal.Bot.Requests.RateLimitChallengeRequest
Summary
Represents a request to complete a rate limit challenge when Signal requires additional verification due to excessive API usage.
Properties
Number
The phone number of the Signal account completing the rate limit challenge.
Captcha
Gets or sets the solved CAPTCHA token obtained from the CAPTCHA provider.
ChallengeToken
Gets or sets the challenge token provided by Signal when the rate limit is triggered.
Methods
#ctor
csharp
#ctor(Number)Represents a request to complete a rate limit challenge when Signal requires additional verification due to excessive API usage.
Parameters:
Number- The phone number of the Signal account completing the rate limit challenge.
