Skip to main content
Corvus Connection

KeywordMatchContext

Context
TheOmenDen.StreamPulse.Scripting.Contexts.KeywordMatchContextContext bound to an OnKeywordMatchAttribute handler. Match is the matched text — the keyword itself in keyword mode, or the regex's overall match in regex mode — and Message is the full originating message. The role flags reflect the sender's chat badges.

Members

10
  • Match
    property
    string Match
  • Message
    property
    string Message
  • User
    property
    ScriptUser User
  • ChannelId
    property
    string ChannelId
  • MessageId
    property
    string MessageId
  • IsBroadcaster
    property
    bool IsBroadcaster
  • IsModerator
    property
    bool IsModerator
  • IsVip
    property
    bool IsVip
  • IsSubscriber
    property
    bool IsSubscriber
  • ReceivedAt
    property
    DateTimeOffset ReceivedAt