# 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)