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