User Profile
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
昵称
avatar Url
头像 URL
fursuit Species
兽装物种
fursuit Birthday
兽装生日
fursuit Maker
兽装制作者
showcase Portrait
展示竖图 URL
showcase Landscape
展示横图 URL
showcase Other
展示其他图 URL
introduction
自我介绍
interests
兴趣标签列表
location
地理位置
social Links
社交链接映射
contact Info
联系方式映射
privacy Settings
隐私设置
characters
角色列表
other Verified Types
其他认证类型
view Count
主页浏览量
is Verified
是否已认证
created At
注册时间
destinations
目的地列表
destination
当前目的地
destination Expires At
当前目的地过期时间