Skip to content

@mastondzn/dank-twitch-irc / PrivmsgUserState

Type alias: PrivmsgUserState

PrivmsgUserState: Omit<UserState, "emoteSets" | "emoteSetsRaw">

Omits emoteSets and emoteSetsRaw from UserState (because they are not sent for PRIVMSG messages)

Source

src/message/twitch-types/privmsg.ts:50