Optional flagsOptional linkedOptional metadataAdd a member to this lobby.
The ID of the user to add to the lobby.
Optional options: AddLobbyMemberOptionsThe options for adding the member to the lobby.
Bulk update members in this lobby.
The members to update.
Create an invite for the current user to join this lobby's linked channel. This requires bearer token authentication.
Optional accessToken: stringAn optional access token to use instead of the client's token. This overrides the client's auth.
Create an invite for a user to join this lobby's linked channel. This requires bearer token authentication.
The ID of the user to create the invite for.
Optional accessToken: stringAn optional access token to use instead of the client's token. This overrides the client's auth.
Create a message in this lobby. This requires bearer token authentication.
The options for creating the message.
Optional accessToken: stringAn optional access token to use instead of the client's token. This overrides the client's auth.
Edit this lobby.
The options for editing the lobby.
Get messages in this lobby. This requires bearer token authentication.
Optional options: GetLobbyMessagesOptionsThe options for getting the messages.
Optional accessToken: stringAn optional access token to use instead of the client's token. This overrides the client's auth.
Link this lobby to a channel. This requires bearer token authentication and the CAN_LINK_LOBBY flag on the member.
The ID of the channel to link the lobby to.
Optional accessToken: stringAn optional access token to use instead of the client's token. This overrides the client's auth.
Unlink this lobby from a channel. This requires bearer token authentication and the CAN_LINK_LOBBY flag on the member.
Optional accessToken: stringAn optional access token to use instead of the client's token. This overrides the client's auth.
Static generateIDStatic getStatic get
A base class which most other classes extend.