MyFollowerListResponse
ZEPETO.Module.Social.MyFollowerListResponse
The MyFollowerListResponse
class provides the information of local player's follower list.
Hierarchy
↳
MyFollowerListResponse
Constructors
constructor
• new MyFollowerListResponse()
Inherited from
Properties
isSuccess
• isSuccess: boolean
Represents the success status of the request.
Set to true
upon successful completion.
Inherited from
message
• message: string
Describes the result of the request.
Inherited from
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.