Saxonberg Server API
    Preparing search index...

    Interface NormalizedInbound

    A normalized inbound message handed from the backend reader to mudlib.

    interface NormalizedInbound {
        broadcasterId: string;
        senderDisplay: string;
        senderLogin: string;
        senderTwitchUserId: string;
        text: string;
    }
    Index

    Properties

    broadcasterId: string
    senderDisplay: string
    senderLogin: string
    senderTwitchUserId: string
    text: string