Skip to content

Attachment titles should clarify their distinction #1449

@Jiralite

Description

@Jiralite

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:

/**
* 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions