Skip to content

QuitGroupRequest

Namespace: Signal.Bot.Requests

Full Name: Signal.Bot.Requests.QuitGroupRequest

Summary

Represents a request to leave a Signal group, removing the account from the member list.

Properties

Number

The phone number of the Signal account leaving the group.

GroupId

The unique identifier of the group to leave.

Methods

#ctor

csharp
#ctor(Number, GroupId)

Represents a request to leave a Signal group, removing the account from the member list.

Parameters:

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