Skip to content

Commit

Permalink
fix: added the caption property to the Message model
Browse files Browse the repository at this point in the history
  • Loading branch information
gekkedev authored Jul 22, 2024
1 parent 170fda9 commit 1b8c39f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/model/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ export interface Message {
quotedMsgId: null;
mediaData: MediaData;
recipients?: string[];
/** exists for image and video types {@link GroupNotificationType} */
caption?: string;
}

export interface MediaData {
Expand Down

0 comments on commit 1b8c39f

Please sign in to comment.