Expand description

Twitch types

Re-exports

pub use crate::emote::*;
emote
pub use crate::eventsub::*;
eventsub
pub use crate::goal::*;
goal
pub use crate::moderation::*;
moderation
pub use crate::points::*;
points
pub use crate::stream::*;
stream
pub use crate::time::*;
timestamp
pub use crate::user::*;
user

Modules

emoteemote

types for emotes

eventsubeventsub

types for eventsub related things

goalgoal

types for goals

moderationmoderation

types for moderation

pointspoints

types for points

streamstream

types for stream related things

timetimestamp

types for time

useruser

types for user related things

Structs

A users display name

A reference to a borrowed DisplayName

A nickname, not capitalized.

A reference to a borrowed Nickname

A user ID.

A reference to a borrowed UserId

Type Definitions

A username, also specified as login. Should not be capitalized.

A reference to a borrowed UserName, also specified as login. Should not be capitalized.