Interface ISubscribeGroupRes

interface ISubscribeGroupRes {
    code: EVoiceGroupReqErrorCodeV2;
    msg: string;
}

Properties

Properties

msg: string

Generated using TypeDoc