twitch_types/
chat.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
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);