Skip to main content

UserFollowInfo

ZEPETO.Module.Social.UserFollowInfo

Following information of a user.

Hierarchy

Constructors

constructor

new UserFollowInfo()

Inherited from

UserInfo.constructor

Properties

accountType

accountType: UserAccountType

User account type.

Inherited from

UserInfo.accountType


followStatus

followStatus: FollowStatus

Following relationship with the local player.

Inherited from

UserInfo.followStatus


followerCount

followerCount: number

Number of followers for the account.


followingCount

followingCount: number

Number of users being followed by the account.


isOfficialAccount

isOfficialAccount: boolean

Indicates whether this is an official account.

Inherited from

UserInfo.isOfficialAccount


name

name: string

User's display name.

Inherited from

UserInfo.name


userId

userId: string

Internal user identifier.

Inherited from

UserInfo.userId


zepetoId

zepetoId: string

Unique user handle, typically presented with the @ symbol.

Inherited from

UserInfo.zepetoId

Methods

GetBadgeImageAsync

GetBadgeImageAsync(): BaseRequest$1<TextureResponse>

This asynchronous method retrieves the badge image from a user's profile if the user is a Greeter or a Creator account.

Returns

BaseRequest$1<TextureResponse>

A BaseRequest object. When the asynchronous process is complete, you can access the TextureResponse object by the responseData property.

Inherited from

UserInfo.GetBadgeImageAsync


GetProfileThumbnailAsync

GetProfileThumbnailAsync(): BaseRequest$1<TextureResponse>

This asynchronous method retrieves the thumbnail of user profile.

Returns

BaseRequest$1<TextureResponse>

A BaseRequest object. When the asynchronous process is complete, you can access the TextureResponse object by the responseData property.

Inherited from

UserInfo.GetProfileThumbnailAsync