Skip to content

RemoveGroupRequest

Namespace: Signal.Bot.Requests

Full Name: Signal.Bot.Requests.RemoveGroupRequest

Summary

Represents a request to delete a Signal group. Only group administrators can perform this action.

Properties

Number

The phone number of the Signal account deleting the group.

GroupId

The unique identifier of the group to delete.

Methods

#ctor

csharp
#ctor(Number, GroupId)

Represents a request to delete a Signal group. Only group administrators can perform this action.

Parameters:

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