VerifyNumberRequest
Namespace: Signal.Bot.Requests
Full Name: Signal.Bot.Requests.VerifyNumberRequest
Summary
Represents a request to verify a phone number registration using the verification code received via SMS or voice call.
Properties
Number
The phone number being verified.
Token
The verification code received from Signal.
Pin
Gets or sets the registration lock PIN if the Signal account has PIN protection enabled.
Methods
#ctor
csharp
#ctor(Number, Token)Represents a request to verify a phone number registration using the verification code received via SMS or voice call.
Parameters:
Number- The phone number being verified.Token- The verification code received from Signal.
