[][src]Crate ttv_pubsub

Modules

channel_bits

PubSub messages for bits

channel_points

PubSub messages for channel points

channel_subscriptions

PubSub messages for subscriptions

moderation

PubSub messages for moderator actions

Structs

TwitchResponse

Response from twitch PubSub

Enums

Response

Response from twitchs PubSub server. Either a response indicating status of something or a message from a topic

TopicData

Message response from twitch PubSub.

TopicSubscribe

Message that can be serialized to be sent to twitchs PubSub server to subscribe or unsubscribe to a Topic

Statics

URLpubsub

Location to twitch PubSub

Traits

Topic

A logical partition of messages that clients may subscribe to, to get messages.