RemoveGroupAdminRequest
Namespace: Signal.Bot.Requests
Full Name: Signal.Bot.Requests.RemoveGroupAdminRequest
Summary
Represents a request to remove administrator privileges from one or more group members.
Properties
Number
The phone number of the Signal account making the request.
GroupId
The unique identifier of the group.
Admins
Gets or sets the array of phone numbers of administrators to demote to regular members.
Methods
#ctor
csharp
#ctor(Number, GroupId)Represents a request to remove administrator privileges from one or more group members.
Parameters:
Number- The phone number of the Signal account making the request.GroupId- The unique identifier of the group.
