Skip to content

AddGroupAdminRequest

Namespace: Signal.Bot.Requests

Full Name: Signal.Bot.Requests.AddGroupAdminRequest

Summary

Represents a request to add administrators to a Signal group.

Properties

Number

The phone number of the account making the request.

GroupId

The ID of the group to which administrators will be added.

Admins

Gets or sets the collection of phone numbers to be added as group administrators.

Methods

#ctor

csharp
#ctor(Number, GroupId)

Represents a request to add administrators to a Signal group.

Parameters:

  • Number - The phone number of the account making the request.
  • GroupId - The ID of the group to which administrators will be added.