@typed-discord/rest
    Preparing search index...

    Function TextInputComponentResponse

    • Parameters

      • id: number
      • custom_id: string
      • style: TextInputStyleTypes
      • label: string | null
      • min_length: number | null
      • max_length: number | null
      • Optionaloptional: Omit<
            TextInputComponentResponse,
            | "id"
            | "type"
            | "min_length"
            | "max_length"
            | "style"
            | "custom_id"
            | "label",
        >

      Returns TextInputComponentResponse