UpdateContactRequest
Namespace: Signal.Bot.Requests
Full Name: Signal.Bot.Requests.UpdateContactRequest
Summary
Represents a request to update contact information including display name and disappearing message timer.
Properties
Number
The phone number of the Signal account updating the contact.
Name
Gets or sets the display name to assign to this contact.
Recipient
Gets or sets the phone number of the contact being updated.
ExpirationTimeInSeconds
Gets or sets the disappearing message timer in seconds. Set to 0 to disable disappearing messages.
Methods
#ctor
csharp
#ctor(Number)Represents a request to update contact information including display name and disappearing message timer.
Parameters:
Number- The phone number of the Signal account updating the contact.
