UserFollowInfoResponse
ZEPETO.Module.Social.UserFollowInfoResponse
The UserFollowInfoResponse
class provides the API call result and the user's following information list.
Hierarchy
↳
UserFollowInfoResponse
Constructors
constructor
• new UserFollowInfoResponse()
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
user
• user: UserFollowInfo
Array of the user's following information list.