twitch_types/chat.rs
manual_braid! {
/// A Shared Chat Session ID
pub struct SharedChatSessionId;
pub struct SharedChatSessionIdRef;
}
impl_extra!(SharedChatSessionId, SharedChatSessionIdRef);
manual_braid! {
/// A Whisper ID
pub struct WhisperId;
pub struct WhisperIdRef;
}
impl_extra!(WhisperId, WhisperIdRef);