import { ContextMenu } from "https://deno.land/x/denocordts@1.2.0/src/structures/commands/mod.ts";
Properties
description_localizations: undefined | LocalizationMap
name_localizations: undefined | LocalizationMap
Methods
setDescriptionLocale(locale: LocaleString, localizedString: string | null): this
setName(name: string)
setNameLocale(locale: LocaleString, localizedString: string | null): this
setType(type: "Message" | "User")
toJSON()