Skip to content

Commit

Permalink
Expose chat pinned property (pedroslopez#2771)
Browse files Browse the repository at this point in the history
Co-authored-by: alechkos <[email protected]>
  • Loading branch information
Rakambda and alechkos authored May 1, 2024
1 parent b856093 commit 41b280c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1377,8 +1377,10 @@ declare namespace WAWebJS {
timestamp: number,
/** Amount of messages unread */
unreadCount: number,
/** Last message fo chat */
/** Last message of chat */
lastMessage: Message,
/** Indicates if the Chat is pinned */
pinned: boolean,

/** Archives this chat */
archive: () => Promise<void>,
Expand Down

0 comments on commit 41b280c

Please sign in to comment.