ApiUserFollowedUsersDTO¶
stonepy.models.ApiUserFollowedUsersDTO.ApiUserFollowedUsersDTO
¶
Bases: ResponseModel
List entry for ApiListFollowingUsersResponseDTO . Contains the screen name of a CI Connect follower and a list of secondary followers that follow the primary follower if there are any. Note: for use of the CI Connect social trading platform.
screen_name
class-attribute
instance-attribute
¶
The CI Connect screen name of the follower.
followed_users
class-attribute
instance-attribute
¶
followed_users: list[ApiFollowedDTO] | None = Field(
default=None, alias="FollowedUsers"
)
List of CI Connect secondary followers that are following this follower if there are any.