feat(APIAttachment): add title (#1015)

This commit is contained in:
Danial Raza
2024-06-25 23:59:23 +02:00
committed by GitHub
parent 666f0e79bc
commit 897fd90bf2
4 changed files with 16 additions and 0 deletions

View File

@@ -1404,6 +1404,10 @@ export interface APIAttachment {
* Name of file attached
*/
filename: string;
/**
* The title of the file
*/
title?: string;
/**
* Description for the file
*/

View File

@@ -1371,6 +1371,10 @@ export interface APIAttachment {
* Name of file attached
*/
filename: string;
/**
* The title of the file
*/
title?: string;
/**
* Description for the file
*/

View File

@@ -1404,6 +1404,10 @@ export interface APIAttachment {
* Name of file attached
*/
filename: string;
/**
* The title of the file
*/
title?: string;
/**
* Description for the file
*/

View File

@@ -1371,6 +1371,10 @@ export interface APIAttachment {
* Name of file attached
*/
filename: string;
/**
* The title of the file
*/
title?: string;
/**
* Description for the file
*/