Interface MsgBody

interface MsgBody {
    MsgContent: MsgContent;
    MsgType: string;
}

Properties

Properties

MsgContent: MsgContent
MsgType: string

Generated using TypeDoc