-
-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
Description
Feature
Per discord/discord-api-docs#6945:
This will be present when a filename contains special characters (ie, cyrillic alphabet).
Right now, title just says this:
discord-api-types/payloads/v10/message.ts
Lines 808 to 815 in a8c28ab
| /** | |
| * Name of file attached | |
| */ | |
| filename: string; | |
| /** | |
| * The title of the file | |
| */ | |
| title?: string; |
That's a pretty lacklustre detail for such a crucial differentiation. Let's update it.
Ideal solution or implementation
Clarify when title is present and its differentiation from filename.
Alternative solutions or implementations
No response
Other context
No response
Copilot