Friends

Decline Request

Decline a friend request from another user.

Request

  • userToken
    string
  • friendRequestId
    string

Response

Usage

1. Install the module

2. Use this script

const data = await ctx.modules.friends.decline_request({
  // Request body
});