# Class: Rest

# Hierarchy

  • Rest

# Index

# Constructors

# Properties

# Constructors

# constructor

+ new Rest(data: Rest, client: Client): Rest

Defined in src/structures/rest.ts:9 (opens new window)

# Parameters:

Name Type Description
data Rest
client Client

Returns: Rest

# Properties

# id

id: string

Defined in src/structures/rest.ts:7 (opens new window)


# user

user: object

Defined in src/structures/rest.ts:9 (opens new window)


# user_id

user_id: string

Defined in src/structures/rest.ts:8 (opens new window)

Last Updated: 12/19/2020, 4:43:00 PM