Skip to content

Commit

Permalink
feat: add whisper ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Oct 12, 2024
1 parent 78c6797 commit 974f05a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/chat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ manual_braid! {
pub struct SharedChatSessionIdRef;
}
impl_extra!(SharedChatSessionId, SharedChatSessionIdRef);

manual_braid! {
/// A Whisper ID
pub struct WhisperId;
pub struct WhisperIdRef;
}
impl_extra!(WhisperId, WhisperIdRef);

0 comments on commit 974f05a

Please sign in to comment.