[][src]Module twitchchat::events

This is supported on feature="tokio" only.

Available event filters.

These can be used with Dispatcher::subscribe to get a Stream of Messages filtered to this event.

See the table

Structs

Allfeature="tokio"

Used to get a messages::AllCommands

Capfeature="tokio"

Used to get a messages::Cap

ClearChatfeature="tokio"

Used to get a messages::ClearChat

ClearMsgfeature="tokio"

Used to get a messages::ClearMsg

GlobalUserStatefeature="tokio"

Used to get a messages::GlobalUserState

HostTargetfeature="tokio"

Used to get a messages::HostTarget

IrcReadyfeature="tokio"

Used to get a messages::IrcReady

Joinfeature="tokio"

Used to get a messages::Join

Modefeature="tokio"

Used to get a messages::Mode

Namesfeature="tokio"

Used to get a messages::Names

Noticefeature="tokio"

Used to get a messages::Notice

Partfeature="tokio"

Used to get a messages::Part

Pingfeature="tokio"

Used to get a messages::Ping

Pongfeature="tokio"

Used to get a messages::Pong

Privmsgfeature="tokio"

Used to get a messages::Privmsg

Rawfeature="tokio"

Used to get a messages::Raw

Readyfeature="tokio"

Used to get a messages::Ready

Reconnectfeature="tokio"

Used to get a messages::Reconnect

RoomStatefeature="tokio"

Used to get a messages::RoomState

UserNoticefeature="tokio"

Used to get a messages::UserNotice

UserStatefeature="tokio"

Used to get a messages::UserState