Interface IGetGroupInfoRes

interface IGetGroupInfoRes {
    code: EVoiceGroupReqErrorCodeV2;
    info: IServerGroupInfo;
    msg: string;
}

Properties

Properties

msg: string

Generated using TypeDoc