Interface IUnSubscribeGroupRes

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

Properties

Properties

msg: string

Generated using TypeDoc