MyFollowingListResponse
ZEPETO.Module.Social.MyFollowingListResponse
The MyFollowingListResponse
class provides the API call result and the local player's following list information.
Hierarchy
↳
MyFollowingListResponse
Constructors
constructor
• new MyFollowingListResponse()
Inherited from
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
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 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.