Skip to main content

MyFollowerListResponse

ZEPETO.Module.Social.MyFollowerListResponse

The MyFollowerListResponse class provides the information of local player's follower list.

Hierarchy

Constructors

constructor

new MyFollowerListResponse()

Inherited from

PlayBaasResponse.constructor

Properties

isSuccess

isSuccess: boolean

Represents the success status of the request. Set to true upon successful completion.

Inherited from

PlayBaasResponse.isSuccess


message

message: string

Describes the result of the request.

Inherited from

PlayBaasResponse.message


nextPageToken

nextPageToken: string

The nextPageToken is included in the response when numerous items are available, allowing retrieval of the subsequent follower list. When no items remain, nextPageToken is set to null.


userCount

userCount: number

Number of users that follow the local player.


users

users: UserInfo[]

Information of the users that follow the local player.