RegisterNumberRequest
Namespace: Signal.Bot.Requests
Full Name: Signal.Bot.Requests.RegisterNumberRequest
Summary
Represents a request to initiate the registration process for a phone number with Signal.
Properties
Number
The phone number to register in international format (e.g., "+1234567890").
Captcha
Gets or sets the CAPTCHA token if required by Signal to prevent automated registrations.
UseVoice
Gets or sets whether to use a voice call instead of SMS for receiving the verification code. Default is false.
Methods
#ctor
csharp
#ctor(Number)Represents a request to initiate the registration process for a phone number with Signal.
Parameters:
Number- The phone number to register in international format (e.g., "+1234567890").
