Skip to content

@mastondzn/dank-twitch-irc / MessageSender

Interface: MessageSender

Defined in: src/message/twitch-types/privmsg.ts:34

Properties

badgeInfo

readonly badgeInfo: TwitchBadgesList

Defined in: src/message/twitch-types/privmsg.ts:42


badgeInfoRaw

readonly badgeInfoRaw: string

Defined in: src/message/twitch-types/privmsg.ts:43


badges

readonly badges: TwitchBadgesList

Defined in: src/message/twitch-types/privmsg.ts:44


badgesRaw

readonly badgesRaw: string

Defined in: src/message/twitch-types/privmsg.ts:45


color

readonly color: Color | undefined

Defined in: src/message/twitch-types/privmsg.ts:40


colorRaw

readonly colorRaw: string

Defined in: src/message/twitch-types/privmsg.ts:41


displayName

readonly displayName: string

Defined in: src/message/twitch-types/privmsg.ts:39


id

readonly id: string

Defined in: src/message/twitch-types/privmsg.ts:38


isMod

readonly isMod: boolean

Defined in: src/message/twitch-types/privmsg.ts:46


isModRaw

readonly isModRaw: string

Defined in: src/message/twitch-types/privmsg.ts:47


login

readonly login: string

Defined in: src/message/twitch-types/privmsg.ts:35


username

readonly username: string

Defined in: src/message/twitch-types/privmsg.ts:37

Deprecated

Use MessageSender.login instead.