Interface ICreateGroupRes

interface ICreateGroupRes {
    code: EVoiceGroupReqErrorCodeV2;
    groupID: string;
    msg: string;
}

Properties

Properties

groupID: string
msg: string

Generated using TypeDoc