soundcloud-api-ts - v1.9.0
    Preparing search index...

    Interface SoundCloudCommentUser

    Minimal user object embedded in comment responses.

    interface SoundCloudCommentUser {
        avatar_url: string;
        followers_count: number;
        followings_count: number;
        kind: string;
        last_modified: string;
        permalink: string;
        permalink_url: string;
        reposts_count: number;
        uri: string;
        urn: string;
        username: string;
    }
    Index

    Properties

    avatar_url: string

    URL to the user's avatar image

    followers_count: number

    Total number of followers

    followings_count: number

    Total number of users this user is following

    kind: string

    Resource type, always "user"

    last_modified: string

    ISO 8601 timestamp of the last profile modification

    permalink: string

    URL-friendly slug for the user's profile

    permalink_url: string

    Full URL to the user's SoundCloud profile page

    reposts_count: number

    Total number of reposts

    uri: string

    API resource URI for this user

    urn: string

    URN identifier for this user

    username: string

    The user's display name