Skip to content

RemoveGroupMemberRequest

Namespace: Signal.Bot.Requests

Full Name: Signal.Bot.Requests.RemoveGroupMemberRequest

Summary

Represents a request to remove one or more members from a Signal group.

Properties

Number

The phone number of the Signal account making the request.

GroupId

The unique identifier of the group.

Members

Gets or sets the array of phone numbers of members to remove from the group.

Methods

#ctor

csharp
#ctor(Number, GroupId)

Represents a request to remove one or more members from a Signal group.

Parameters:

  • Number - The phone number of the Signal account making the request.
  • GroupId - The unique identifier of the group.