Skip to main content
Module

x/harmony/src/types/mod.ts>AllowedMentionsPayload

An easy to use Discord API Library for Deno.
Go to Latest
interface AllowedMentionsPayload
import { type AllowedMentionsPayload } from "https://deno.land/x/harmony@v2.9.0/src/types/mod.ts";

Properties

optional
parse: AllowedMentionType[]
optional
users: string[]
optional
roles: string[]
optional
replied_user: boolean