RCKitStore
    Preparing search index...

    Interface IGroupProfile

    群组信息

    interface IGroupProfile {
        id: string;
        memberCount: number;
        name: string;
        portraitUri?: string;
        remark?: string;
    }

    Hierarchy

    • IBaseProfile
      • IGroupProfile
    Index

    Properties

    id: string

    唯一标识

    memberCount: number

    群组成员数量

    name: string

    名称

    portraitUri?: string

    头像

    remark?: string

    群组备注