DiscordPHP Documentation

FileUpload extends interactive
in package

TODO.

Tags
link
TODO
since
10.21.0
@property

?int|null $min_values Minimum number of items that must be chosen (defaults to 1); min 0, max 10.

@property

?int|null $max_values Maximum number of items that can be chosen (defaults to 1); max 10.

@property

?bool|null $required Whether this component is required to be filled (defaults to true).

Table of Contents

Properties

$custom_id  : string
$type  : int
$fillable  : mixed

Properties

$custom_id

public string $custom_id

ID for the select menu; max 100 characters.

$type

public int $type

19 for File Upload component.

$fillable

protected mixed $fillable = ['id', 'custom_id', 'min_values', 'max_values', 'required']
Tags
inheritDoc

        
On this page

Search results