Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discord_rpc_deno/src/structures/Lobby.ts>Lobby#update

port of @xhayper/discord-rpc to deno
Go to Latest
method Lobby.prototype.update
import { Lobby } from "https://deno.land/x/discord_rpc_deno@1.0.11/src/structures/Lobby.ts";

Parameters

optional
type: LobbyType
optional
owner_id: string
optional
capacity: number
optional
locked: boolean
optional
metadata: any

Returns

Promise<void>