feat(APIAttachment): add title (#1015)

This commit is contained in:
Danial Raza
2024-06-26 00:59:23 +03:00
committed by GitHub
parent 666f0e79bc
commit 897fd90bf2
4 changed files with 16 additions and 0 deletions
+4
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
*/
+4
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
*/
+4
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
*/
+4
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
*/