Skip to main content

MyFollowingListResponse

ZEPETO.Module.Social.MyFollowingListResponse

The MyFollowingListResponse class provides the API call result and the local player's following list information.

Hierarchy

Constructors

constructor

new MyFollowingListResponse()

Inherited from

PlayBaasResponse.constructor

Properties

bookMarkUsers

bookMarkUsers: UserInfo[]

Information of the users that the local player has bookmarked.


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 following list. When no items remain, nextPageToken is set to null.


userCount

userCount: number

Number of users the local player is following.


users

users: UserInfo[]

Information of the users that the local player is following.