UNPKG

@ginstone/nga-api

Version:

14 lines (13 loc) 407 B
"use strict"; // 发送回复之后的响应 Object.defineProperty(exports, "__esModule", { value: true }); exports.SendBody = void 0; const ReplyLocation_1 = require("../ReplyLocation"); class SendBody { constructor(message) { this.message = message[1]; this.code = message[3]; this.location = new ReplyLocation_1.ReplyLocation(message[4]); } } exports.SendBody = SendBody;