Type Definitions
activityData
The activity data
PropertiesName | Type | Description |
---|---|---|
id | Snowflake | |
name | String | |
icon | ? | |
description | String |
- Source
defaultActivityOptions
the default options
PropertiesName | Type | Attributes | Description |
---|---|---|---|
activity | defaultApplicationsOptions | Tha activity you want to start | |
duration | Number | <optional> | The length of time the invitation will remain valid |
neverExpire | Boolean | <optional> | If the ivitation will never expire |
maxUses | Number | <optional> | The max utilisation of the invitation |
- Source
defaultApplicationsOptions
the default applications options
PropertiesName | Type | Description |
---|---|---|
youtube | Snowflake | The id for youtube |
youtubedev | Snowflake | The id for youtubedev |
poker | Snowflake | The id for poker |
betrayal | Snowflake | The id for betrayal |
fishing | Snowflake | The id for fishing |
chess | Snowflake | The id for chess |
chessdev | Snowflake | The id for chessdev |
lettertile | Snowflake | The id for lettertile |
wordsnack | Snowflake | The id for wordsnack |
doodlecrew | Snowflake | The id for doodlecrew |
spellcast | Snowflake | The id for spellcast |
checkers | Snowflake | The id for checkers |
puttparty | Snowflake | The id for puttparty |
sketchheads | Snowflake | The id for sketchheads |
ocho | Snowflake | The id for ocho |
- Source
returnData
The return data
PropertiesName | Type | Description |
---|---|---|
code | String | |
expireAt | Number | |
activity | activityData | |
guild | Guild | |
Channel | Channel | |
inviter | User |
- Source