Class: Friends


# Class: Friends

# Hierarchy

  • Method

    Friends

# API Methods

# uuid

uuid(uuid: string): Promise<ResultArray<$200, records>>

Returns friendships for given player.

example

const friends = await client.friends.uuid("20934ef9488c465180a78f861586b4cf");
console.log(friends);
1
2

# Parameters:

Name Type
uuid string

Returns: Promise<ResultArray<$200, records>>

Defined in: methods/friends.ts:15 (opens new window)