twitch_types/
sub.rs

1manual_braid! {
2    /// A community gift ID
3    ///
4    /// A community gift is a so called "sub bomb", where you gift one or multiple subscription(s) to a channel at once.
5    pub struct CommunityGiftId;
6    pub struct CommunityGiftIdRef;
7}
8impl_extra!(CommunityGiftId, CommunityGiftIdRef);