Skip to content

Commit

Permalink
fix: add ts to PinnedMessageItem interface and pin events (#2164)
Browse files Browse the repository at this point in the history
* fix: add ts to PinnedMessageItem interface
  • Loading branch information
maxretries authored Jul 12, 2024
1 parent 0afa1e6 commit c00bad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/events/base-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ export interface PinnedMessageItem {
blocks?: (KnownBlock | Block)[];
pinned_to?: string[];
permalink: string;
ts: string
}
export interface PinnedFileItem {
id: string;
Expand Down

0 comments on commit c00bad7

Please sign in to comment.