ApiListFollowingUsersResponseDTO¶
stonepy.models.ApiListFollowingUsersResponseDTO.ApiListFollowingUsersResponseDTO
¶
Bases: ResponseModel
Response to a CI Connect ListFollowers service call. Contains the list of CI Connect followers to the screen names 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.
followed_users
class-attribute
instance-attribute
¶
followed_users: ApiUserFollowedUsersDTO | None = Field(
default=None, alias="FollowedUsers"
)
The list of users following the supplied screen names.