Skip to content

UpdateProfileRequest

Namespace: Signal.Bot.Requests

Full Name: Signal.Bot.Requests.UpdateProfileRequest

Summary

Represents a request to update the Signal profile information including name, about text, and avatar image.

Properties

Number

The phone number of the Signal account whose profile is being updated.

About

Gets or sets the about/status text to display on the profile.

Avatar

Gets or sets the base64-encoded avatar image. Recommended formats are JPEG or PNG.

Name

Gets or sets the display name for the profile.

Methods

#ctor

csharp
#ctor(Number)

Represents a request to update the Signal profile information including name, about text, and avatar image.

Parameters:

  • Number - The phone number of the Signal account whose profile is being updated.