SignalBotClientOptions
Namespace: Signal.Bot
Full Name: Signal.Bot.SignalBotClientOptions
Summary
Represents the configuration options for a SignalBotClient instance.
Properties
Number
The Signal phone number in international format associated with the bot.
BaseUrl
The base URL of the Signal Bot API endpoint.
HttpClient
Gets or sets the HttpClient instance to use for API requests. If not provided, a default HttpClient will be created automatically.
Methods
#ctor
csharp
#ctor(Number, BaseUrl)Represents the configuration options for a SignalBotClient instance.
Parameters:
Number- The Signal phone number in international format associated with the bot.BaseUrl- The base URL of the Signal Bot API endpoint.
