神岛 API 文档 - ArenaPro版
    Preparing search index...

    Type Alias SocialStatisticType

    定义社交统计信息的类型。

    Defines the type for social statistics information.

    type SocialStatisticType = {
        followerNum: number;
        followingNum: number;
        friendsNum: number;
    }
    Index

    Properties

    followerNum: number

    表示用户的粉丝人数。

    Represents the number of the user's followers.

    followingNum: number

    表示用户关注的人数。

    Represents the number of people the user is following.

    friendsNum: number

    表示用户的好友人数。

    Represents the number of the user's friends.