interface Topic {
    activitySection: any;
    activitySections: any[];
    approximateSubscribersCount: string;
    auditStatus: string;
    botCount: number;
    briefIntro: string;
    content: string;
    createdAt: string;
    customTags: any[];
    enableForUserPost: boolean;
    enablePictureComments: boolean;
    enablePictureWatermark: boolean;
    entryTab: any;
    friendsAlsoSubscribe: string;
    id: string;
    inShortcuts: boolean;
    internalTags: any[];
    intro: string;
    involvedUsers: any;
    isAnonymous: boolean;
    isCommentForbidden: boolean;
    isDreamTopic: boolean;
    isSearchable: boolean;
    isUserTopicAdmin: boolean;
    isValid: boolean;
    isVerified: boolean;
    lastMessagePostTime: string;
    likeIcon: string;
    maintainer: any;
    messagePrefix: string;
    newCategory: any[];
    operateStatus: string;
    pictureUrl: string;
    preferSection: string;
    recentPost: string;
    rectanglePicture: any;
    ref: string;
    relatedHashtags: any[];
    source: string;
    squarePicture: SquarePicture;
    squarePostUpdateTime: string;
    subscribedAt: string;
    subscribedStatusRawValue: number;
    subscribersAction: string;
    subscribersCount: number;
    subscribersDescription: string;
    subscribersName: string;
    subscribersTextSuffix: string;
    tabs: any[];
    thumbnailUrl: string;
    timeForRank: string;
    tips: {
        inComment: string;
        inDraft: string;
    };
    topicId?: number;
    topicType: string;
    toppingArea: any;
    type: "TOPIC";
    updatedAt: string;
}

Properties

activitySection: any
activitySections: any[]
approximateSubscribersCount: string
auditStatus: string
botCount: number
briefIntro: string

圈子介绍

content: string
createdAt: string
customTags: any[]
enableForUserPost: boolean
enablePictureComments: boolean
enablePictureWatermark: boolean
entryTab: any
friendsAlsoSubscribe: string
id: string
inShortcuts: boolean
internalTags: any[]
intro: string
involvedUsers: any
isAnonymous: boolean
isCommentForbidden: boolean
isDreamTopic: boolean
isSearchable: boolean

是否可被搜索

isUserTopicAdmin: boolean
isValid: boolean

是否有效

isVerified: boolean

是否认真

lastMessagePostTime: string
likeIcon: string

点赞图标

maintainer: any
messagePrefix: string
newCategory: any[]
operateStatus: string
pictureUrl: string
preferSection: string
recentPost: string
rectanglePicture: any
ref: string
relatedHashtags: any[]
source: string
squarePicture: SquarePicture

圈子图片

squarePostUpdateTime: string
subscribedAt: string
subscribedStatusRawValue: number
subscribersAction: string
subscribersCount: number

圈子人数

subscribersDescription: string
subscribersName: string
subscribersTextSuffix: string
tabs: any[]
thumbnailUrl: string
timeForRank: string
tips: {
    inComment: string;
    inDraft: string;
}
topicId?: number

圈子 ID

topicType: string
toppingArea: any
type
updatedAt: string