[][src]Module twitchchat::events

Available event filters.

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

See the table

Structs

All

Used to get a messages::AllCommands

Cap

Used to get a messages::Cap

ClearChat

Used to get a messages::ClearChat

ClearMsg

Used to get a messages::ClearMsg

GlobalUserState

Used to get a messages::GlobalUserState

HostTarget

Used to get a messages::HostTarget

IrcReady

Used to get a messages::IrcReady

Join

Used to get a messages::Join

Notice

Used to get a messages::Notice

Part

Used to get a messages::Part

Ping

Used to get a messages::Ping

Pong

Used to get a messages::Pong

Privmsg

Used to get a messages::Privmsg

Raw

Used to get a messages::Raw

Ready

Used to get a messages::Ready

Reconnect

Used to get a messages::Reconnect

RoomState

Used to get a messages::RoomState

UserNotice

Used to get a messages::UserNotice

UserState

Used to get a messages::UserState

Whisper

Used to get a messages::Whisper