Skip to content

CreateGroupRequest

Namespace: Signal.Bot.Requests

Full Name: Signal.Bot.Requests.CreateGroupRequest

Summary

Represents a request to create a new Signal group with specified settings and initial members.

Properties

Number

The phone number of the Signal account creating the group.

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.

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.

Members

Gets or sets the array of phone numbers of initial group members.

Methods

#ctor

csharp
#ctor(Number)

Represents a request to create a new Signal group with specified settings and initial members.

Parameters:

  • Number - The phone number of the Signal account creating the group.