Skip to main content

UserFollowInfoResponse

ZEPETO.Module.Social.UserFollowInfoResponse

The UserFollowInfoResponse class provides the API call result and the user's following information list.

Hierarchy

Constructors

constructor

new UserFollowInfoResponse()

Inherited from

BaseResponse.constructor

Properties

isSuccess

isSuccess: boolean

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

Inherited from

BaseResponse.isSuccess


message

message: string

Describes the result of the request.

Inherited from

BaseResponse.message


user

user: UserFollowInfo

Array of the user's following information list.