File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -810,10 +810,10 @@ export interface APIAttachment {
810810 */
811811 filename : string ;
812812 /**
813- * A sanitized version of the filename that does not contain certain special characters
813+ * The original filename of the upload with special characters preserved
814814 *
815- * This will be present when the filename contains special characters (e.g. Cyrillic)
816- * and can be used for display purposes
815+ * This will be present when the filename contains special characters (e.g. Cyrillic),
816+ * in which case the `filename` field will be a sanitized version without those characters
817817 */
818818 title ?: string ;
819819 /**
Original file line number Diff line number Diff line change @@ -805,10 +805,10 @@ export interface APIAttachment {
805805 */
806806 filename : string ;
807807 /**
808- * A sanitized version of the filename that does not contain certain special characters
808+ * The original filename of the upload with special characters preserved
809809 *
810- * This will be present when the filename contains special characters (e.g. Cyrillic)
811- * and can be used for display purposes
810+ * This will be present when the filename contains special characters (e.g. Cyrillic),
811+ * in which case the `filename` field will be a sanitized version without those characters
812812 */
813813 title ?: string ;
814814 /**
You can’t perform that action at this time.
0 commit comments