Interface AddGroupRecipientOptions

interface AddGroupRecipientOptions {
    accessToken: string;
    nick?: string;
    userID: string;
}

Properties

accessToken: string

The access token of the user to add.

nick?: string

The nickname of the user to add.

userID: string

The id of the user to add.