[][src]Module twitchchat::events

This is supported on feature="async" 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="async"

Used to get a messages::AllCommands

Capfeature="async"

Used to get a messages::Cap

ClearChatfeature="async"

Used to get a messages::ClearChat

ClearMsgfeature="async"

Used to get a messages::ClearMsg

GlobalUserStatefeature="async"

Used to get a messages::GlobalUserState

HostTargetfeature="async"

Used to get a messages::HostTarget

IrcReadyfeature="async"

Used to get a messages::IrcReady

Joinfeature="async"

Used to get a messages::Join

Modefeature="async"

Used to get a messages::Mode

Namesfeature="async"

Used to get a messages::Names

Noticefeature="async"

Used to get a messages::Notice

Partfeature="async"

Used to get a messages::Part

Pingfeature="async"

Used to get a messages::Ping

Pongfeature="async"

Used to get a messages::Pong

Privmsgfeature="async"

Used to get a messages::Privmsg

Rawfeature="async"

Used to get a messages::Raw

Readyfeature="async"

Used to get a messages::Ready

Reconnectfeature="async"

Used to get a messages::Reconnect

RoomStatefeature="async"

Used to get a messages::RoomState

UserNoticefeature="async"

Used to get a messages::UserNotice

UserStatefeature="async"

Used to get a messages::UserState