Interface ISubscribeGroupReq

interface ISubscribeGroupReq {
    groupID: string;
    sessionID: string;
    userID: string;
}

Properties

groupID: string
sessionID: string
userID: string

Generated using TypeDoc