Skip to content

Commit

Permalink
feat: add message attachment fields for voice messages (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Mar 7, 2024
1 parent efa0cd8 commit a9d38a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1748,6 +1748,7 @@ export type Attachment<
author_link?: string;
author_name?: string;
color?: string;
duration?: number;
fallback?: string;
fields?: Field[];
file_size?: number | string;
Expand All @@ -1765,6 +1766,7 @@ export type Attachment<
title?: string;
title_link?: string;
type?: string;
waveform_data?: Array<number>;
};

export type OGAttachment = {
Expand Down

0 comments on commit a9d38a1

Please sign in to comment.