ApiListFollowedUsersResponseDTO¶
stonepy.models.ApiListFollowedUsersResponseDTO.ApiListFollowedUsersResponseDTO
¶
Bases: ResponseModel
Response to a CI Connect ListFollowed service call. Contains the list of CI Connect users followed by the users passed in the parameter of the call. Note: this API call response is for the use of the CI Connect social trading platform and only users registered with CI Connect are returned.
following_users
class-attribute
instance-attribute
¶
following_users: ApiUserFollowersDTO | None = Field(
default=None, alias="FollowingUsers"
)
The list of users followed by the supplied screen names.