Properties
Optional channelId
channelId?: null | string
Optional color
color?: string
Optional options
options?: {
avatar?: null | string;
components?: APIActionRowComponent<APIMessageActionRowComponent>[];
content?: null | string;
embeds?: APIEmbed[];
username?: null | string;
}
Type declaration
-
Optional avatar?: null | string
-
Optional components?: APIActionRowComponent<APIMessageActionRowComponent>[]
-
Optional content?: null | string
-
Optional embeds?: APIEmbed[]
-
Optional username?: null | string
Optional roles
roles?: string[]
Optional searchId
searchId?: string
Optional showButtons
showButtons?: boolean
Optional toggles
toggles?: {
reposts?: boolean;
}
Type declaration
-
Optional reposts?: boolean
Optional url
url?: null | string