Expand description
Twitch types
Re-exports§
pub use crate::chat::*;
chat
pub use crate::color::*;
color
pub use crate::emote::*;
emote
pub use crate::eventsub::*;
eventsub
pub use crate::extension::*;
extension
pub use crate::goal::*;
goal
pub use crate::moderation::*;
moderation
pub use crate::points::*;
points
pub use crate::stream::*;
stream
pub use crate::sub::*;
sub
pub use crate::time::*;
timestamp
pub use crate::user::*;
user
Modules§
- chat
chat
- types for chat
- color
color
- types for colors
- emote
emote
- types for emotes
- eventsub
eventsub
- types for eventsub related things
- extension
extension
- types for extensions
- goal
goal
- types for goals
- moderation
moderation
- types for moderation
- points
points
- types for points
- stream
stream
- types for stream related things
- sub
sub
- types for subscriptions
- time
timestamp
- types for time
- user
user
- types for user related things
Structs§
- Collection
Iter - Iterator over the elements of a
Collection
. - Display
Name - A users display name
- Display
Name Ref - A users display name
- MsgId
- A message ID
- MsgId
Ref - A message ID
- Nickname
- A nickname, not capitalized.
- Nickname
Ref - A nickname, not capitalized.
- UserId
- A user ID.
- User
IdRef - A user ID.
Enums§
- Broadcaster
Type - Broadcaster types: “partner”, “affiliate”, or “”.
- Collection
- Generic collection of an abstracted item.
- User
Type - User types: “staff”, “admin”, “global_mod”, or “”.
Traits§
Type Aliases§
- User
Name - A username, also specified as login. Should not be capitalized.
- User
Name Ref - A reference to a borrowed
UserName
, also specified as login. Should not be capitalized.