UnregisterDeviceRequest
Namespace: Signal.Bot.Requests
Full Name: Signal.Bot.Requests.UnregisterDeviceRequest
Summary
Represents a request to unregister the current device from Signal and optionally delete the account and local data.
Properties
Number
The phone number of the Signal account to unregister.
DeleteAccount
Gets or sets whether to permanently delete the Signal account. If true, the account cannot be recovered.
DeleteLocalData
Gets or sets whether to delete local data stored by the bot, including messages and attachments.
Methods
#ctor
csharp
#ctor(Number)Represents a request to unregister the current device from Signal and optionally delete the account and local data.
Parameters:
Number- The phone number of the Signal account to unregister.
