Skip to content

ApiUserFollowersDTO

stonepy.models.ApiUserFollowersDTO.ApiUserFollowersDTO

Bases: ResponseModel

List entry for ApiListFollowedUsersResponseDTO . Contains the screen name of a CI Connect user followed by the users passed in the parameter of the service call. A list of CI Connect users that are followed by the returned screen name is given if there exists any. Note: for use of the CI Connect social trading platform.

screen_name class-attribute instance-attribute

screen_name: str | None = Field(
    default=None, alias="ScreenName"
)

The CI Connect screen name that is followed.

followers class-attribute instance-attribute

followers: list[ApiFollowerDTO] | None = Field(
    default=None, alias="Followers"
)

List of CI Connect users that are followed by this screen name.