Interface MiraiCode

interface MiraiCode {
    code: string;
    type: "MiraiCode";
}

Properties

Properties

code: string

MiraiCode

Example

hello[mirai:at:1234567]
type: "MiraiCode"

Generated using TypeDoc