UserProfile

constructor(id: Int, username: String, nickname: String? = null, avatarUrl: String? = null, fursuitSpecies: String? = null, fursuitBirthday: String? = null, fursuitMaker: String? = null, showcasePortrait: String? = null, showcaseLandscape: String? = null, showcaseOther: String? = null, introduction: String? = null, interests: List<String>? = null, location: String? = null, socialLinks: Map<String, String>? = null, contactInfo: Map<String, String>? = null, privacySettings: UserProfilePrivacySettings? = null, characters: List<UserProfileCharacter>? = null, otherVerifiedTypes: List<String>? = null, viewCount: Int? = null, isVerified: Boolean? = null, createdAt: String? = null, destinations: List<UserDestination>? = null, destination: String? = null, destinationExpiresAt: String? = null)

Parameters

id

用户 ID

username

用户名

nickname

昵称

avatarUrl

头像 URL

fursuitSpecies

兽装物种

fursuitBirthday

兽装生日

fursuitMaker

兽装制作者

showcasePortrait

展示竖图 URL

showcaseLandscape

展示横图 URL

showcaseOther

展示其他图 URL

introduction

自我介绍

interests

兴趣标签列表

location

地理位置

socialLinks

社交链接映射

contactInfo

联系方式映射

privacySettings

隐私设置

characters

角色列表

otherVerifiedTypes

其他认证类型

viewCount

主页浏览量

isVerified

是否已认证

createdAt

注册时间

destinations

目的地列表

destination

当前目的地

destinationExpiresAt

当前目的地过期时间