mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
docs(types): add link for InputTextComponent (#2061)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { MessageComponentTypes } from "./messageComponentTypes.ts";
|
||||
import { TextStyles } from "./textStyles.ts";
|
||||
|
||||
// TODO: docs link
|
||||
/** https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure */
|
||||
export interface InputTextComponent {
|
||||
/** InputText Component is of type 3 */
|
||||
type: MessageComponentTypes.InputText;
|
||||
|
||||
Reference in New Issue
Block a user