Interface ICreateGroupReq

interface ICreateGroupReq {
    appId: string;
    extInfo: string;
    groupID: string;
    groupType: EGroupTypeV2;
    numLimit?: number;
    type: EFolloweTypeV2;
    userID: string;
}

Properties

appId: string
extInfo: string
groupID: string
groupType: EGroupTypeV2
numLimit?: number
userID: string

Generated using TypeDoc