Skip to content

Commit

Permalink
feat: add message edited timestamp (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
myandrienko committed Mar 5, 2024
1 parent 5f694b2 commit a80813f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ export type MessageResponseBase<
};
latest_reactions?: ReactionResponse<StreamChatGenerics>[];
mentioned_users?: UserResponse<StreamChatGenerics>[];
message_text_updated_at?: string;
moderation_details?: ModerationDetailsResponse;
own_reactions?: ReactionResponse<StreamChatGenerics>[] | null;
pin_expires?: string | null;
Expand Down

0 comments on commit a80813f

Please sign in to comment.