Function makeEmoteMessage

  • Generates the content for a Plaintext Emote event

    Returns

    Parameters

    • body: string

      the plaintext body of the emote

    Returns {
        body: string;
        msgtype: MsgType;
    }

Generated using TypeDoc