Errors
Table of Contents
CommandAttributes.php
| Type | Line | Description |
|---|---|---|
| ERROR | 48 | Tag "@property" with body "@@property ?int|null $handler Determines whether the interaction is handled by the app's interactions handler or by Discord" has error |
| ERROR | 48 | Tag "@property" with body "@@property ?int[]|null $contexts Interaction context(s) where the command can be used, only for globally-scoped commands." has error |
| ERROR | 48 | Tag "@property" with body "@@property ?bool|null $dm_permission Deprecated (use contexts instead); Indicates whether the command is available in DMs with the app, only for globally-scoped commands. By default, commands are visible." has error |
| ERROR | 48 | Tag "@property" with body "@@property ?ExCollectionInterface<Option>|Option[] $options The parameters for the command, max 25. Only for Slash command (CHAT_INPUT)." has error |
| ERROR | 48 | Tag "@property" with body "@@property ?string[]|null $description_localizations Localization dictionary for the description field. Values follow the same restrictions as description." has error |
| ERROR | 48 | Tag "@property" with body "@@property ?string[]|null $name_localizations Localization dictionary for the name field. Values follow the same restrictions as name." has error |
| ERROR | 48 | Tag "@property" with body "@@property ?int|null $guild_id The optional guild ID this command is for. If not set, the command is global." has error |
Button.php
| Type | Line | Description |
|---|---|---|
| ERROR | 45 | Tag "@property" with body "@@property ?bool|null $disabled Whether the button is disabled (defaults to false)." has error |
| ERROR | 45 | Tag "@property" with body "@@property ?string|null $url URL for link-style buttons; max 512 characters." has error |
| ERROR | 45 | Tag "@property" with body "@@property ?string|null $sku_id Identifier for a purchasable SKU, only available when using premium-style buttons." has error |
| ERROR | 45 | Tag "@property" with body "@@property ?array|null $emoji Partial emoji: name, id, and animated." has error |
| ERROR | 45 | Tag "@property" with body "@@property ?string|null $label Text that appears on the button; max 80 characters." has error |
| ERROR | 45 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component." has error |
ChannelSelect.php
| Type | Line | Description |
|---|---|---|
| ERROR | 34 | Tag "@property" with body "@@property ?bool|null $disabled Whether select menu is disabled (defaults to false)." has error |
| ERROR | 34 | Tag "@property" with body "@@property ?int|null $max_values Maximum number of items that can be chosen (defaults to 1); max 25." has error |
| ERROR | 34 | Tag "@property" with body "@@property ?int|null $min_values Minimum number of items that must be chosen (defaults to 1); min 0, max 25." has error |
| ERROR | 34 | Tag "@property" with body "@@property ?array|null $default_values List of default values for auto-populated select menu components." has error |
| ERROR | 34 | Tag "@property" with body "@@property ?string|null $placeholder Placeholder text if nothing is selected; max 150 characters." has error |
| ERROR | 34 | Tag "@property" with body "@@property ?int[]|null $channel_types List of channel types to include in the channel select component." has error |
| ERROR | 34 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component." has error |
Checkbox.php
| Type | Line | Description |
|---|---|---|
| ERROR | 29 | Tag "@property" with body "@@property ?bool|null $value Whether the checkbox is checked or not." has error |
| ERROR | 29 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component." has error |
CheckboxGroup.php
| Type | Line | Description |
|---|---|---|
| ERROR | 32 | Tag "@property" with body "@@property ?bool|null $required Whether selecting within the group is required (defaults to `true`)." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?int|null $max_values Maximum number of items that can be chosen; min 1, max 10 (defaults to the number of options)." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?int|null $min_values Minimum number of items that must be chosen; min 0, max 10 (defaults to 1)." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component." has error |
CheckboxGroupOption.php
| Type | Line | Description |
|---|---|---|
| ERROR | 29 | Tag "@property" with body "@@property ?bool|null $default Shows the option as selected by default." has error |
| ERROR | 29 | Tag "@property" with body "@@property ?string|null $description Optional description for the option; max 100 characters." has error |
Container.php
| Type | Line | Description |
|---|---|---|
| ERROR | 33 | Tag "@property" with body "@@property ?bool|null $spoiler Whether the container should be a spoiler (or blurred out). Defaults to false." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?int|null $accent_color Color for the accent on the container as RGB from 0x000000 to 0xFFFFFF." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component." has error |
File.php
| Type | Line | Description |
|---|---|---|
| ERROR | 31 | Tag "@property" with body "@@property ?bool|null $spoiler Whether the media should be a spoiler (blurred out). Defaults to false" has error |
| ERROR | 31 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component" has error |
FileUpload.php
| Type | Line | Description |
|---|---|---|
| ERROR | 30 | Tag "@property" with body "@@property ?bool|null $required Whether the file upload is required to be filled in a modal (defaults to `true`)." has error |
| ERROR | 30 | Tag "@property" with body "@@property ?int|null $max_values Maximum number of files that can be uploaded (defaults to 1); max 10." has error |
| ERROR | 30 | Tag "@property" with body "@@property ?int|null $min_values Minimum number of files that must be uploaded (defaults to 1); min 0, max 10." has error |
Group.php
| Type | Line | Description |
|---|---|---|
| ERROR | 30 | Tag "@property" with body "@@property ?bool|null $required Whether selecting an option is required or not." has error |
| ERROR | 30 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component." has error |
GroupOption.php
| Type | Line | Description |
|---|---|---|
| ERROR | 29 | Tag "@property" with body "@@property ?bool|null $default Shows the option as selected by default." has error |
| ERROR | 29 | Tag "@property" with body "@@property ?string|null $description Optional description for the option; max 100 characters." has error |
Label.php
| Type | Line | Description |
|---|---|---|
| ERROR | 34 | Tag "@property" with body "@@property ?string|null $description An optional description text for the label; max 100 characters." has error |
| ERROR | 34 | Tag "@property" with body "@@property ?string|null $id Optional identifier for component." has error |
MediaGallery.php
| Type | Line | Description |
|---|---|---|
| ERROR | 28 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component." has error |
MentionableSelect.php
| Type | Line | Description |
|---|---|---|
| ERROR | 33 | Tag "@property" with body "@@property ?bool|null $disabled Whether select menu is disabled (defaults to false)." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?int|null $max_values Maximum number of items that can be chosen (defaults to 1); max 25." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?int|null $min_values Minimum number of items that must be chosen (defaults to 1); min 0, max 25." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?array|null $default_values List of default values for auto-populated select menu components; number of default values must be in the range defined by min_values and max_values." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?string|null $placeholder Placeholder text if nothing is selected; max 150 characters." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component." has error |
RadioGroup.php
| Type | Line | Description |
|---|---|---|
| ERROR | 30 | Tag "@property" with body "@@property ?bool|null $required Whether a selection is required to submit the modal (defaults to `true`)." has error |
| ERROR | 30 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component." has error |
RadioGroupOption.php
| Type | Line | Description |
|---|---|---|
| ERROR | 29 | Tag "@property" with body "@@property ?bool|null $default Shows the option as selected by default." has error |
| ERROR | 29 | Tag "@property" with body "@@property ?string|null $description Optional description for the option; max 100 characters." has error |
RoleSelect.php
| Type | Line | Description |
|---|---|---|
| ERROR | 33 | Tag "@property" with body "@@property ?bool|null $disabled Whether select menu is disabled (defaults to false)." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?int|null $max_values Maximum number of items that can be chosen (defaults to 1); max 25." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?int|null $min_values Minimum number of items that must be chosen (defaults to 1); min 0, max 25." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?array|null $default_values List of default values for auto-populated select menu components; number of default values must be in the range defined by min_values and max_values." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?string|null $placeholder Placeholder text if nothing is selected; max 150 characters." has error |
Section.php
| Type | Line | Description |
|---|---|---|
| ERROR | 31 | Tag "@property" with body "@@property ?int|null $id Optional identifier for the component." has error |
Separator.php
| Type | Line | Description |
|---|---|---|
| ERROR | 30 | Tag "@property" with body "@@property ?int|null $spacing Size of separator padding—1 for small padding, 2 for large padding. Defaults to 1." has error |
| ERROR | 30 | Tag "@property" with body "@@property ?bool|null $divider Whether a visual divider should be displayed in the component. Defaults to true." has error |
| ERROR | 30 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component." has error |
StringSelect.php
| Type | Line | Description |
|---|---|---|
| ERROR | 33 | Tag "@property" with body "@@property ?bool|null $disabled Whether select menu is disabled in a message (defaults to false). Using in a modal will result in an error." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?bool|null $required Whether the string select is required to answer in a modal (defaults to true)." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?int|null $max_values Maximum number of items that can be chosen (defaults to 1); max 25." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?int|null $min_values Minimum number of items that must be chosen (defaults to 1); min 0, max 25. Must be either omitted or at least `1` if `required` is omitted or `true`." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?string|null $placeholder Placeholder text if nothing is selected or default; max 150 characters." has error |
TextDisplay.php
| Type | Line | Description |
|---|---|---|
| ERROR | 28 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component." has error |
TextInput.php
| Type | Line | Description |
|---|---|---|
| ERROR | 35 | Tag "@property" with body "@@property ?string|null $placeholder Custom placeholder text if the input is empty; max 100 characters." has error |
| ERROR | 35 | Tag "@property" with body "@@property ?string|null $value Pre-filled value for this component; max 4000 characters." has error |
| ERROR | 35 | Tag "@property" with body "@@property ?bool|null $required Whether this component is required to be filled (defaults to true)." has error |
| ERROR | 35 | Tag "@property" with body "@@property ?int|null $max_length Maximum input length for a text input; min 1, max 4000." has error |
| ERROR | 35 | Tag "@property" with body "@@property ?int|null $min_length Minimum input length for a text input; min 0, max 4000." has error |
Thumbnail.php
| Type | Line | Description |
|---|---|---|
| ERROR | 32 | Tag "@property" with body "@@property ?bool|null $spoiler Whether the thumbnail should be a spoiler (or blurred out). Defaults to false." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?string|null $description Alt text for the media, max 1024 characters." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?int|null $id Optional identifier for component." has error |
UserSelect.php
| Type | Line | Description |
|---|---|---|
| ERROR | 32 | Tag "@property" with body "@@property ?bool|null $disabled Whether select menu is disabled (defaults to false)." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?int|null $max_values Maximum number of items that can be chosen (defaults to 1); max 25." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?int|null $min_values Minimum number of items that must be chosen (defaults to 1); min 0, max 25." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?array|null $default_values List of default values for auto-populated select menu components; number of default values must be in the range defined by min_values and max_values." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?string|null $placeholder Placeholder text if nothing is selected; max 150 characters." has error |
Attachment.php
| Type | Line | Description |
|---|---|---|
| ERROR | 48 | Tag "@property" with body "@@property ?Application|null $application For Clips, the application in the stream, if recognized." has error |
| ERROR | 48 | Tag "@property" with body "@@property ?Carbon|null $clip_created_at For Clips, when the clip was created." has error |
| ERROR | 48 | Tag "@property" with body "@@property ?User[]|null $clip_participants Array of user objects. For Clips, array of users who were in the stream." has error |
| ERROR | 48 | Tag "@property" with body "@@property ?int|null $width Width of file (if image)." has error |
| ERROR | 48 | Tag "@property" with body "@@property ?int|null $height Height of file (if image)." has error |
Channel.php
| Type | Line | Description |
|---|---|---|
| ERROR | 92 | Tag "@property" with body "@@property ?int|null $default_sort_order The default sort order type used to order posts in `GUILD_FORUM` and `GUILD_MEDIA` channels. Defaults to `null`, which indicates a preferred sort order hasn't been set by a channel admin." has error |
| ERROR | 92 | Tag "@property" with body "@@property ?Reaction|null $default_reaction_emoji The emoji to show in the add reaction button on a thread in a `GUILD_FORUM` or a `GUILD_MEDIA` channel." has error |
| ERROR | 92 | Tag "@property" with body "@@property ?string|null $rtc_region Voice region id for the voice channel, automatic when set to null." has error |
| ERROR | 92 | Tag "@property" with body "@@property ?string|null $icon Icon hash of the group DM." has error |
| ERROR | 92 | Tag "@property" with body "@@property ?string|null $topic The topic of the channel (0-4096 characters for forum/media, 0-1024 for others)." has error |
| ERROR | 92 | Tag "@property" with body "@@property ?string|null $name The name of the channel (1-100 characters)." has error |
ChannelTrait.php
| Type | Line | Description |
|---|---|---|
| ERROR | 66 | Tag "@property" with body "@@property ?string|null $last_message_id The unique identifier of the last message sent in the channel or thread. (may not point to an existing or valid message or thread)." has error |
| ERROR | 66 | Tag "@property" with body "@@property ?string|null $name The name of the channel or thread." has error |
Reaction.php
| Type | Line | Description |
|---|---|---|
| ERROR | 30 | Tag "@property" with body "@@property ?string|null $emoji_name The unicode character of the emoji." has error |
| ERROR | 30 | Tag "@property" with body "@@property ?string|null $emoji_id The id of a guild's custom emoji." has error |
Tag.php
| Type | Line | Description |
|---|---|---|
| ERROR | 34 | Tag "@property" with body "@@property ?string|null $emoji_name The unicode character of the emoji." has error |
| ERROR | 34 | Tag "@property" with body "@@property ?string|null $emoji_id The id of a guild's custom emoji." has error |
Invite.php
| Type | Line | Description |
|---|---|---|
| ERROR | 71 | Tag "@property" with body "@@property ?Channel|null $channel The partial channel that the invite is for." has error |
AllowedMentions.php
| Type | Line | Description |
|---|---|---|
| ERROR | 33 | Tag "@property" with body "@@property ?string[]|null $users Array of user_ids to mention (Max size of 100)." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?string[]|null $roles Array of role_ids to mention (Max size of 100)." has error |
| ERROR | 33 | Tag "@property" with body "@@property ?string[]|null $parse An array of allowed mention types to parse from the content." has error |
FileUpload.php
| Type | Line | Description |
|---|---|---|
| ERROR | 30 | Tag "@property" with body "@@property ?bool|null $required Whether the file upload is required to be filled in a modal (defaults to true)." has error |
| ERROR | 30 | Tag "@property" with body "@@property ?int|null $max_values Maximum number of files that can be uploaded (defaults to 1); max 10." has error |
| ERROR | 30 | Tag "@property" with body "@@property ?int|null $min_values Minimum number of files that must be uploaded (defaults to 1); min 0, max 10." has error |
Label.php
| Type | Line | Description |
|---|---|---|
| ERROR | 31 | Tag "@property" with body "@@property ?string|null $description An optional description text for the label; max 100 characters." has error |
MessageCall.php
| Type | Line | Description |
|---|---|---|
| ERROR | 34 | Tag "@property" with body "@@property ?Carbon|null $ended_timestamp Time when the call ended (ISO8601 timestamp), or null if ongoing." has error |
MessageInteractionMetadata.php
| Type | Line | Description |
|---|---|---|
| ERROR | 48 | Tag "@property-read" with body "@@property-read ?Message|null $interacted_message The message that contained the interactive component (message component interactions only)." has error |
| ERROR | 48 | Tag "@property-read" with body "@@property-read ?Message|null $target_message The message the command was run on (message command interactions only)." has error |
| ERROR | 48 | Tag "@property-read" with body "@@property-read ?Message|null $original_response_message The original response message (follow-ups only)." has error |
| ERROR | 48 | Tag "@property-read" with body "@@property-read ?Channel|null $channel The channel the interaction was sent in." has error |
| ERROR | 48 | Tag "@property-read" with body "@@property-read ?Guild|null $guild The guild the interaction was sent in." has error |
UnfurledMediaItem.php
| Type | Line | Description |
|---|---|---|
| ERROR | 36 | Tag "@property" with body "@@property ?string|null $attachment_id The id of the uploaded attachment. Only present if the media item was uploaded as an attachment. This field is ignored and provided by the API as part of the response." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?int|null $flags Unfurled media item flags combined as a bitfield. This field is ignored and provided by the API as part of the response." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?string|null $content_type The media type of the content. This field is ignored and provided by the API as part of the response." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?int|null $placeholder_version Version of the placeholder (if image or video). This field is ignored and provided by the API as part of the response." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?string|null $placeholder Thumbhash (https://evanw.github.io/thumbhash/) placeholder (if image or video). This field is ignored and provided by the API as part of the response." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?int|null $width The width of the media item. This field is ignored and provided by the API as part of the response." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?int|null $height The height of the media item. This field is ignored and provided by the API as part of the response." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?string|null $proxy_url The proxied url of the media item. This field is ignored and provided by the API as part of the response." has error |
Message.php
| Type | Line | Description |
|---|---|---|
| ERROR | 116 | Tag "@property" with body "@@property ?Message|null $referenced_message The message that is referenced in a reply." has error |
| ERROR | 116 | Tag "@property" with body "@@property ?Carbon|null $edited_timestamp A timestamp of when the message was edited, or null." has error |
Poll.php
| Type | Line | Description |
|---|---|---|
| ERROR | 43 | Tag "@property" with body "@@property ?Carbon|null $expiry The time when the poll ends." has error |
ThreadMetadata.php
| Type | Line | Description |
|---|---|---|
| ERROR | 34 | Tag "@property" with body "@@property ?Carbon|null $create_timestamp Timestamp when the thread was created (ISO8601); only populated for threads created after 2022-01-09." has error |
Webhook.php
| Type | Line | Description |
|---|---|---|
| ERROR | 57 | Tag "@property" with body "@@property ?string|null $channel_id The channel ID this webhook is for, if any." has error |
| ERROR | 57 | Tag "@property" with body "@@property ?string|null $guild_id The guild ID this webhook is for, if any." has error |
Author.php
| Type | Line | Description |
|---|---|---|
| ERROR | 31 | Tag "@property-read" with body "@@property-read ?string|null $proxy_icon_url A proxied version of the icon url." has error |
| ERROR | 31 | Tag "@property" with body "@@property ?string|null $icon_url The source of the author icon. Must be https." has error |
| ERROR | 31 | Tag "@property" with body "@@property ?string|null $url The URL to the author." has error |
Embed.php
| Type | Line | Description |
|---|---|---|
| ERROR | 47 | Tag "@property-read" with body "@@property-read ?Provider|null $provider The provider of the embed." has error |
| ERROR | 47 | Tag "@property-read" with body "@@property-read ?Video|null $video The video of the embed." has error |
| ERROR | 47 | Tag "@property-read" with body "@@property-read ?string|null $type The type of the embed (always "rich" for webhook embeds)." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?int|null $flags Embedded flags combined as a bitfield." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?ExCollectionInterface<Field>|Field[] $fields A collection of embed fields (max of 25)." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?Author|null $author The author of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?Thumbnail|null $thumbnail The thumbnail of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?Image|null $image The image of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?Footer|null $footer The footer of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?int|null $color The color of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?Carbon|null $timestamp A timestamp of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?string|null $url The URL of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?string|null $description A description of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?string|null $title The title of the embed." has error |
EmbedPollResult.php
| Type | Line | Description |
|---|---|---|
| ERROR | 47 | Tag "@property-read" with body "@@property-read ?bool|null $poll_fields['victor_answer_emoji_animated'] If an emoji associated with the winning answer is animated (optional)" has error |
| ERROR | 47 | Tag "@property-read" with body "@@property-read ?string|null $poll_fields['victor_answer_emoji_name'] Name of an emoji associated with the winning answer (optional)" has error |
| ERROR | 47 | Tag "@property-read" with body "@@property-read ?string|null $poll_fields['victor_answer_emoji_id'] ID for an emoji associated with the winning answer (optional)" has error |
| ERROR | 47 | Tag "@property-read" with body "@@property-read ?string|null $poll_fields['victor_answer_text'] Text for the winning answer (optional)" has error |
| ERROR | 47 | Tag "@property-read" with body "@@property-read ?string|null $poll_fields['victor_answer_id'] ID for the winning answer (optional)" has error |
| ERROR | 47 | Tag "@property-read" with body "@@property-read ?Provider|null $provider The provider of the embed." has error |
| ERROR | 47 | Tag "@property-read" with body "@@property-read ?Video|null $video The video of the embed." has error |
| ERROR | 47 | Tag "@property-read" with body "@@property-read ?string|null $type The type of the embed (always "rich" for webhook embeds)." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?Author|null $author The author of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?Thumbnail|null $thumbnail The thumbnail of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?Image|null $image The image of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?Footer|null $footer The footer of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?int|null $color The color of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?Carbon|null $timestamp A timestamp of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?string|null $url The URL of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?string|null $description A description of the embed." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?string|null $title The title of the embed." has error |
Field.php
| Type | Line | Description |
|---|---|---|
| ERROR | 30 | Tag "@property" with body "@@property ?bool|null $inline Whether the field should be displayed in-line." has error |
Footer.php
| Type | Line | Description |
|---|---|---|
| ERROR | 30 | Tag "@property-read" with body "@@property-read ?string|null $proxy_icon_url Proxied version of the icon URL." has error |
| ERROR | 30 | Tag "@property" with body "@@property ?string|null $icon_url URL of an icon for the footer. Must be https." has error |
Image.php
| Type | Line | Description |
|---|---|---|
| ERROR | 38 | Tag "@property" with body "@@property ?int|null $flags Embed media flags combined as a bitfield." has error |
| ERROR | 38 | Tag "@property" with body "@@property ?string|null $description Description (alt text) for the image." has error |
| ERROR | 38 | Tag "@property" with body "@@property ?int|null $placeholder_version Version of the placeholder." has error |
| ERROR | 38 | Tag "@property" with body "@@property ?string|null $placeholder Thumbhash placeholder of the image." has error |
| ERROR | 38 | Tag "@property" with body "@@property ?string|null $content_type The image's media type." has error |
| ERROR | 38 | Tag "@property" with body "@@property ?int|null $width The width of the image." has error |
| ERROR | 38 | Tag "@property" with body "@@property ?int|null $height The height of the image." has error |
| ERROR | 38 | Tag "@property" with body "@@property ?string|null $proxy_url A proxied version of the image." has error |
Provider.php
| Type | Line | Description |
|---|---|---|
| ERROR | 29 | Tag "@property" with body "@@property ?string|null $url The URL of the provider." has error |
| ERROR | 29 | Tag "@property" with body "@@property ?string|null $name The name of the provider." has error |
Thumbnail.php
| Type | Line | Description |
|---|---|---|
| ERROR | 32 | Tag "@property" with body "@@property ?int|null $width Width of thumbnail." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?int|null $height Height of thumbnail." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?string|null $proxy_url A proxied URL of the thumbnail." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?string|null $url Source URL of thumbnail (only supports http(s) and attachments)." has error |
Video.php
| Type | Line | Description |
|---|---|---|
| ERROR | 37 | Tag "@property" with body "@@property ?int|null $flags Embed media flags combined as a bitfield." has error |
| ERROR | 37 | Tag "@property" with body "@@property ?string|null $description Description (alt text) for the video." has error |
| ERROR | 37 | Tag "@property" with body "@@property ?int|null $placeholder_version Version of the placeholder." has error |
| ERROR | 37 | Tag "@property" with body "@@property ?string|null $placeholder Thumbhash placeholder of the video." has error |
| ERROR | 37 | Tag "@property" with body "@@property ?string|null $content_type The video's media type." has error |
| ERROR | 37 | Tag "@property" with body "@@property ?int|null $width The width of the video." has error |
| ERROR | 37 | Tag "@property" with body "@@property ?int|null $height The height of the video." has error |
| ERROR | 37 | Tag "@property" with body "@@property ?string|null $proxy_url A proxied url of the video." has error |
| ERROR | 37 | Tag "@property" with body "@@property ?string|null $url The source of the video." has error |
Entry.php
| Type | Line | Description |
|---|---|---|
| ERROR | 37 | Tag "@property" with body "@@property ?string|null $reason Reason for the change (1-512 characters)." has error |
| ERROR | 37 | Tag "@property" with body "@@property ?Options|null $options Additional info for certain action types." has error |
Emoji.php
| Type | Line | Description |
|---|---|---|
| ERROR | 47 | Tag "@property" with body "@@property ?string|null $name The name of the emoji (can be null only in reaction emoji objects)." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?string|null $id The identifier for the emoji." has error |
Guild.php
| Type | Line | Description |
|---|---|---|
| ERROR | 173 | Tag "@property" with body "@@property ?ServerGuide|null $server_guide The server guide for this guild, shown to new members and in the directory. Use `getServerGuide` first to populate." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?IncidentsData|null $incidents_data The incidents data for this guild." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $safety_alerts_channel_id The id of the channel where admins and moderators of Community guilds receive safety alerts from Discord." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $public_updates_channel_id Notice channel id." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $banner Banner hash." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $description Guild description of a guild." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $vanity_url_code Vanity URL code for the guild." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $rules_channel_id Channel that the rules are in." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $system_channel_id Channel that system notifications are posted in." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $application_id Application that made the guild, if made by one." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $widget_channel_id Channel that the widget will create an invite to." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $region Voice region id for the guild (deprecated)." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $discovery_splash Discovery splash hash. Only for discoverable guilds." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $splash_hash The splash hash for the guild." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $splash The URL to the guild splash." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $icon_hash The icon hash for the guild." has error |
| ERROR | 173 | Tag "@property" with body "@@property ?string|null $icon The URL to the guild icon." has error |
GuildPreview.php
| Type | Line | Description |
|---|---|---|
| ERROR | 75 | Tag "@property" with body "@@property ?string|null $splash_hash The splash hash for the guild." has error |
| ERROR | 75 | Tag "@property" with body "@@property ?string|null $icon_hash The icon hash for the guild." has error |
GuildSearch.php
| Type | Line | Description |
|---|---|---|
| ERROR | 36 | Tag "@property" with body "@@property ?int|null $documents_indexed The number of documents that have been indexed during the current index operation, if any." has error |
IncidentsData.php
| Type | Line | Description |
|---|---|---|
| ERROR | 32 | Tag "@property" with body "@@property ?Carbon|null $raid_detected_at When the raid was detected (ISO8601 timestamp)." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?Carbon|null $dm_spam_detected_at When the DM spam was detected (ISO8601 timestamp)." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?Carbon|null $dms_disabled_until When direct messages get enabled again (ISO8601 timestamp)." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?Carbon|null $invites_disabled_until When invites get enabled again (ISO8601 timestamp)." has error |
OnboardingPromptOption.php
| Type | Line | Description |
|---|---|---|
| ERROR | 41 | Tag "@property" with body "@@property ?bool|null $emoji_animated Whether the emoji is animated." has error |
| ERROR | 41 | Tag "@property" with body "@@property ?string|null $emoji_name Emoji name of the option." has error |
| ERROR | 41 | Tag "@property" with body "@@property ?string|null $emoji_id Emoji ID of the option." has error |
| ERROR | 41 | Tag "@property" with body "@@property ?Emoji|null $emoji Emoji of the option." has error |
Role.php
| Type | Line | Description |
|---|---|---|
| ERROR | 52 | Tag "@property" with body "@@property ?string|null $unicode_emoji The unicode emoji for the role." has error |
| ERROR | 52 | Tag "@property" with body "@@property ?string|null $icon The URL to the role icon." has error |
RoleTags.php
| Type | Line | Description |
|---|---|---|
| ERROR | 36 | Tag "@property" with body "@@property ?true|null $guild_connections Whether this role is a guild's linked role." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?true|null $available_for_purchase Whether this role is available for purchase." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?string|null $subscription_listing_id The id of this role's subscription sku and listing." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?true|null $premium_subscriber Whether this is the guild's Booster role." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?string|null $integration_id The id of the integration this role belongs to." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?string|null $bot_id The id of the bot this role belongs to." has error |
ScheduledEvent.php
| Type | Line | Description |
|---|---|---|
| ERROR | 59 | Tag "@property" with body "@@property ?string|null $image The cover image URL of the scheduled event." has error |
| ERROR | 59 | Tag "@property" with body "@@property ?string|null $description The description of the scheduled event (1-1000 characters)." has error |
| ERROR | 59 | Tag "@property" with body "@@property ?string|null $creator_id The id of the user that created the scheduled event." has error |
| ERROR | 59 | Tag "@property" with body "@@property ?string|null $channel_id The channel id in which the scheduled event will be hosted, or null if scheduled entity type is EXTERNAL." has error |
Sound.php
| Type | Line | Description |
|---|---|---|
| ERROR | 47 | Tag "@property" with body "@@property ?string|null $emoji_name The unicode character of this sound's standard emoji." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?string|null $emoji_id The identifier for this sound's custom emoji." has error |
Choice.php
| Type | Line | Description |
|---|---|---|
| ERROR | 33 | Tag "@property" with body "@@property ?string[]|null $name_localizations Localization dictionary for the name field. Values follow the same restrictions as name." has error |
Option.php
| Type | Line | Description |
|---|---|---|
| ERROR | 44 | Tag "@property" with body "@@property ?string[]|null $description_localizations Localization dictionary for the description field. Values follow the same restrictions as description." has error |
| ERROR | 44 | Tag "@property" with body "@@property ?string[]|null $name_localizations Localization dictionary for the name field. Values follow the same restrictions as name." has error |
ApplicationCommandData.php
| Type | Line | Description |
|---|---|---|
| ERROR | 34 | Tag "@property" with body "@@property ?string|null $target_id ID of the user or message targeted by a user or message command." has error |
| ERROR | 34 | Tag "@property" with body "@@property ?string|null $guild_id ID of the guild the command is registered to." has error |
| ERROR | 34 | Tag "@property" with body "@@property ?ExCollectionInterface<Option>|Option[] $options Params and values from the user." has error |
| ERROR | 34 | Tag "@property" with body "@@property ?Resolved|null $resolved Converted users, roles, channels, attachments." has error |
ApplicationCommandInteractionDataOption.php
| Type | Line | Description |
|---|---|---|
| ERROR | 32 | Tag "@property" with body "@@property ?bool|null $focused True if this option is the currently focused option for autocomplete." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?ExCollectionInterface<Option>|Option[] $options Present if this option is a group or subcommand." has error |
| ERROR | 32 | Tag "@property" with body "@@property ?string|int|float|bool|null $value Value of the option resulting from user input." has error |
Resolved.php
| Type | Line | Description |
|---|---|---|
| ERROR | 46 | Tag "@property-read" with body "@@property-read ?Guild|null $guild The guild the interaction was sent in." has error |
Member.php
| Type | Line | Description |
|---|---|---|
| ERROR | 30 | Tag "@property" with body "@@property ?int|null $flags Lobby member flags combined as a bitfield." has error |
| ERROR | 30 | Tag "@property" with body "@@property ?array|null $metadata Dictionary of string key/value pairs. The max total length is 1000." has error |
Entitlement.php
| Type | Line | Description |
|---|---|---|
| ERROR | 42 | Tag "@property" with body "@@property ?Carbon|null $ends_at Date at which the entitlement is no longer valid (ISO8601 timestamp)." has error |
| ERROR | 42 | Tag "@property" with body "@@property ?Carbons|null $starts_at Start date at which the entitlement is valid (ISO8601 timestamp)." has error |
GameServer.php
| Type | Line | Description |
|---|---|---|
| ERROR | 47 | Tag "since" with body "@since TBD" has error |
Subscription.php
| Type | Line | Description |
|---|---|---|
| ERROR | 47 | Tag "@property" with body "@@property ?Carbon|null $canceled_at When the subscription was canceled." has error |
| ERROR | 47 | Tag "@property" with body "@@property ?array|null $renewal_sku_ids List of SKUs that this user will be subscribed to at renewal." has error |
StickerPack.php
| Type | Line | Description |
|---|---|---|
| ERROR | 36 | Tag "@property" with body "@@property ?string|null $banner_asset_id The id of the pack's banner asset, if any." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?string|null $cover_sticker_id The id of the sticker used as the pack cover, if any." has error |
Thread.php
| Type | Line | Description |
|---|---|---|
| ERROR | 61 | Tag "@property-read" with body "@@property-read ?Carbon|null $create_timestamp Timestamp when the thread was created; only populated for threads created after 2022-01-09." has error |
Activity.php
| Type | Line | Description |
|---|---|---|
| ERROR | 50 | Tag "@property" with body "@@property ?string|null $state_url URL that is linked when clicking on the state text." has error |
| ERROR | 50 | Tag "@property" with body "@@property ?string|null $state The user's current party status, or text used for a custom status." has error |
| ERROR | 50 | Tag "@property" with body "@@property ?string|null $details_url URL that is linked when clicking on the details text" has error |
| ERROR | 50 | Tag "@property" with body "@@property ?string|null $details What the player is currently doing." has error |
| ERROR | 50 | Tag "@property" with body "@@property ?int|null $status_display_type Status display type; controls which field is displayed in the user's status text in the member list." has error |
| ERROR | 50 | Tag "@property" with body "@@property ?string|null $url Stream url, is validated when type is 1." has error |
Assets.php
| Type | Line | Description |
|---|---|---|
| ERROR | 35 | Tag "@property" with body "@@property ?string|null $nvite_cover_image Displayed as a banner on a Game Invite." has error |
| ERROR | 35 | Tag "@property" with body "@@property ?string|null $small_url URL that is opened when clicking on the small image." has error |
| ERROR | 35 | Tag "@property" with body "@@property ?string|null $small_text Text displayed when hovering over the small image of the activity." has error |
| ERROR | 35 | Tag "@property" with body "@@property ?string|null $small_image See Activity Asset Image." has error |
| ERROR | 35 | Tag "@property" with body "@@property ?string|null $large_url URL that is opened when clicking on the large image." has error |
| ERROR | 35 | Tag "@property" with body "@@property ?string|null $large_text Text displayed when hovering over the large image of the activity." has error |
| ERROR | 35 | Tag "@property" with body "@@property ?string|null $large_image See Activity Asset Image." has error |
Client.php
| Type | Line | Description |
|---|---|---|
| ERROR | 65 | Tag "@property" with body "@@property ?string|null $email The email of the client." has error |
ClientStatus.php
| Type | Line | Description |
|---|---|---|
| ERROR | 31 | Tag "@property" with body "@@property ?string|null $embedded User's status set for an active embedded application session (Xbox, PlayStation, in-game)." has error |
| ERROR | 31 | Tag "@property" with body "@@property ?string|null $web User's status set for an active web (browser, bot user) application session." has error |
| ERROR | 31 | Tag "@property" with body "@@property ?string|null $mobile User's status set for an active mobile (iOS, Android) application session." has error |
| ERROR | 31 | Tag "@property" with body "@@property ?string|null $desktop User's status set for an active desktop (Windows, Linux, Mac) application session." has error |
Collectibles.php
| Type | Line | Description |
|---|---|---|
| ERROR | 26 | Tag "@property" with body "@@property ?Nameplate|null $nameplate The nameplate collectible object, if present." has error |
Member.php
| Type | Line | Description |
|---|---|---|
| ERROR | 82 | Tag "@property" with body "@@property ?Collectibles|null $collectibles Data for the member's collectibles" has error |
| ERROR | 82 | Tag "@property" with body "@@property ?AvatarDecorationData|null $avatar_decoration_data Data for the member's guild avatar decoration." has error |
| ERROR | 82 | Tag "@property" with body "@@property ?Carbon|null $communication_disabled_until When the user's timeout will expire and the user will be able to communicate in the guild again, null or a time in the past if the user is not timed out." has error |
| ERROR | 82 | Tag "@property" with body "@@property ?Carbon|null $premium_since When the user started boosting the server." has error |
| ERROR | 82 | Tag "@property" with body "@@property ?Carbon|null $joined_at A timestamp of when the member joined the guild." has error |
| ERROR | 82 | Tag "@property" with body "@@property ?string|null $banner The guild banner's URL of the member or null if the member has no guild banner." has error |
| ERROR | 82 | Tag "@property" with body "@@property ?string|null $avatar The avatar URL of the member or null if member has no guild avatar." has error |
| ERROR | 82 | Tag "@property" with body "@@property ?string|null $nick The nickname of the member." has error |
| ERROR | 82 | Tag "@property" with body "@@property ?User|null $user The user part of the member." has error |
Nameplate.php
| Type | Line | Description |
|---|---|---|
| ERROR | 34 | Tag "@property" with body "@@property ?string|null $label The label of this nameplate." has error |
| ERROR | 34 | Tag "@property" with body "@@property ?string|null $expires_at The date and time when the nameplate expires." has error |
PrimaryGuild.php
| Type | Line | Description |
|---|---|---|
| ERROR | 35 | Tag "@property-read" with body "@@property-read ?Guild|null $guild The primary guild, if available." has error |
| ERROR | 35 | Tag "@property-read" with body "@@property-read ?string|null $id The identifier of the primary guild." has error |
| ERROR | 35 | Tag "@property" with body "@@property ?bool|null $identity_enabled Whether the user is displaying their clan tag. This can be `null` if the system clears the identity, e.g. the server no longer supports tags. This will be `false` if the user manually removes their tag." has error |
Secrets.php
| Type | Line | Description |
|---|---|---|
| ERROR | 28 | Tag "@property" with body "@@property ?string|null $match Secret for a specific instanced match." has error |
| ERROR | 28 | Tag "@property" with body "@@property ?string|null $spectate Secret for spectating a game." has error |
| ERROR | 28 | Tag "@property" with body "@@property ?string|null $join Secret for joining a party." has error |
User.php
| Type | Line | Description |
|---|---|---|
| ERROR | 66 | Tag "@property" with body "@@property ?PrimaryGuild|null $primary_guild The user's primary guild" has error |
| ERROR | 66 | Tag "@property" with body "@@property ?Collectibles|null $collectibles Data for the user's collectibles." has error |
| ERROR | 66 | Tag "@property" with body "@@property ?AvatarDecorationData|null $avatar_decoration_data Data for the user's avatar decoration." has error |
| ERROR | 66 | Tag "@property" with body "@@property ?string|null $email User email." has error |
| ERROR | 66 | Tag "@property" with body "@@property ?int|null $accent_color The user's banner color encoded as an integer representation of hexadecimal color code." has error |
| ERROR | 66 | Tag "@property" with body "@@property ?string|null $banner The banner URL of the user." has error |
| ERROR | 66 | Tag "@property" with body "@@property ?string|null $avatar The avatar URL of the user." has error |
| ERROR | 66 | Tag "@property" with body "@@property ?string|null $global_name The user's display name, if it is set. For bots, this is the application name." has error |
VoiceStateUpdate.php
| Type | Line | Description |
|---|---|---|
| ERROR | 53 | Tag "@property-read" with body "@@property-read ?Channel|null $channel Channel that the voice state came from, or null if the user is leaving a channel." has error |
| ERROR | 53 | Tag "@property-read" with body "@@property-read ?Guild|null $guild Guild that the voice state came from, or null if it is for a DM channel." has error |
| ERROR | 53 | Tag "@property" with body "@@property ?bool|null $self_stream Whether this user is streaming using "Go Live"." has error |
| ERROR | 53 | Tag "@property" with body "@@property ?Member|null $member Member object the voice state is for, null if the voice state is for a DM channel or the member object is not cached." has error |
| ERROR | 53 | Tag "@property" with body "@@property ?string|null $channel_id Channel ID that the voice state came from, or null if the user is leaving a channel." has error |
| ERROR | 53 | Tag "@property" with body "@@property ?string|null $guild_id Guild ID that the voice state came from, or null if it is for a DM channel." has error |
ChannelPinsUpdateData.php
| Type | Line | Description |
|---|---|---|
| ERROR | 36 | Tag "@property" with body "@@property ?Carbon|null $last_pin_timestamp Time at which the most recent pinned message was pinned." has error |
| ERROR | 36 | Tag "@property" with body "@@property ?string|null $guild_id ID of the guild." has error |