Skip to content

Commit

Permalink
feat: ✨ support wechat note message type
Browse files Browse the repository at this point in the history
  • Loading branch information
su-chang committed Dec 4, 2024
1 parent 5c4bfd2 commit a277a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/schemas/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export enum MessageType {
Markdown = 19, // Markdown Message
CallRecord = 20, // Call Record (voice and video, maybe group?)
AppRaw = 21, // Raw Data from App Contact
WeChatNote = 22, // WeChat Note
}

/**
Expand Down
1 change: 1 addition & 0 deletions src/schemas/sayable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ type SayablePayloadUnsupportedType =
| 'Unknown'
| 'CallRecord'
| 'AppRaw'
| 'WeChatNote'

export {
sayablePayloads,
Expand Down

0 comments on commit a277a3b

Please sign in to comment.