AddGroupMemberRequest
Namespace: Signal.Bot.Requests
Full Name: Signal.Bot.Requests.AddGroupMemberRequest
Summary
Represents a request to add members to a Signal group.
Properties
Number
The phone number of the account making the request.
GroupId
The ID of the group to which members will be added.
Members
Gets or sets the collection of phone numbers to be added as group members.
Methods
#ctor
csharp
#ctor(Number, GroupId)Represents a request to add members to a Signal group.
Parameters:
Number- The phone number of the account making the request.GroupId- The ID of the group to which members will be added.
