Skip to content

Commit

Permalink
use message details metadata instead of Record in chat-api update
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvelici committed Oct 24, 2024
1 parent 0b47db3 commit 9cf15e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/chat-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ interface UpdateMessageParams {
description?: string;

/** Metadata of the update operation */
metadata?: Record<string, string>;
metadata?: MessageDetailsMetadata;
}

interface UpdateMessageResponse {
Expand Down

0 comments on commit 9cf15e0

Please sign in to comment.