twitch_types/chat.rs
1manual_braid! {
2 /// A Shared Chat Session ID
3 pub struct SharedChatSessionId;
4 pub struct SharedChatSessionIdRef;
5}
6impl_extra!(SharedChatSessionId, SharedChatSessionIdRef);
7
8manual_braid! {
9 /// A Whisper ID
10 pub struct WhisperId;
11 pub struct WhisperIdRef;
12}
13impl_extra!(WhisperId, WhisperIdRef);