groupDmAddRecipient
$client->channel->groupDmAddRecipient($parameters);
Description
Adds a recipient to a Group DM using their access token
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
| channel.id | snowflake | true | null |
| user.id | snowflake | true | null |
| access_token | string | false | null |
| nick | string | false | null |
Response
Possibly No Response