# Interface: ClientOptions
# Hierarchy
- ClientOptions
# Index
# Properties
- activity
- browser
- cacheChannels
- cacheGuilds
- cacheMembers
- cacheUsers
- device
- intents
- prefix
- security
- status
# Properties
# activity
• Optional activity: { name: string ; type: number }
Defined in src/websocket.ts:60 (opens new window)
# Type declaration:
| Name | Type |
|---|---|
name | string |
type | number |
# browser
• Optional browser: string
Defined in src/websocket.ts:53 (opens new window)
# cacheChannels
• Optional cacheChannels: boolean
Defined in src/websocket.ts:56 (opens new window)
# cacheGuilds
• Optional cacheGuilds: boolean
Defined in src/websocket.ts:57 (opens new window)
# cacheMembers
• Optional cacheMembers: boolean
Defined in src/websocket.ts:59 (opens new window)
# cacheUsers
• Optional cacheUsers: boolean
Defined in src/websocket.ts:58 (opens new window)
# device
• Optional device: string
Defined in src/websocket.ts:54 (opens new window)
# intents
• Optional intents: number
Defined in src/websocket.ts:52 (opens new window)
# prefix
• Optional prefix: string
Defined in src/websocket.ts:55 (opens new window)
# security
• Optional security: SecurityProperties
Defined in src/websocket.ts:61 (opens new window)
# status
• Optional status: "online" | "idle" | "dnd" | "invisible"
Defined in src/websocket.ts:62 (opens new window)