Skip to content

UpdateGroupRequest

Namespace: Signal.Bot.Requests

Full Name: Signal.Bot.Requests.UpdateGroupRequest

Summary

Represents a request to update the settings of an existing Signal group.

Properties

Number

The phone number of the Signal account updating the group.

GroupId

The unique identifier of the group to update.

Avatar

Gets or sets the base64-encoded avatar image for the group. Set to null or empty to remove the avatar.

Name

Gets or sets the name of the group.

Description

Gets or sets the description text for the group.

ExpirationTime

Gets or sets the disappearing message timer in seconds. Set to 0 to disable disappearing messages.

Gets or sets the group link access level, controlling how users can join via link.

Permissions

Gets or sets the permission settings for group actions.

Methods

#ctor

csharp
#ctor(Number, GroupId)

Represents a request to update the settings of an existing Signal group.

Parameters:

  • Number - The phone number of the Signal account updating the group.
  • GroupId - The unique identifier of the group to update.