addGroupDMRecipient

suspend fun addGroupDMRecipient(userId: String, groupDMAddRecipient: GroupDMAddRecipient)(source)

Add a user to this group DM channel.

Requires this channel be a group DM and you have the user's OAuth access token.

Parameters

userId

The user to add.

groupDMAddRecipient

The user access token and optional nickname.

Throws