docs(types): add link for InputTextComponent (#2061)

This commit is contained in:
LTS20050703
2022-02-19 15:34:47 +01:00
committed by ITOH
parent 72294936e0
commit 51ce4803af
@@ -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;