interface User {
    badges: UserBadge[];
    bioDescription?: string;
    createTime?: string;
    followInfo: FollowInfo;
    nickname: string;
    profilePicture: ProfilePicture;
    secUid: string;
    uniqueId: string;
    userId: Long;
}

Properties

badges: UserBadge[]
bioDescription?: string
createTime?: string
followInfo: FollowInfo
nickname: string
profilePicture: ProfilePicture
secUid: string
uniqueId: string
userId: Long