IGPAPI
    Preparing search index...

    Interface MediaCommentResponseUser

    interface MediaCommentResponseUser {
        account_badges: unknown[];
        allowed_commenter_type: string;
        full_name: string;
        has_anonymous_profile_picture: boolean;
        is_private: boolean;
        is_verified: boolean;
        pk: number;
        profile_pic_url: string;
        reel_auto_archive: string;
        username: string;
    }
    Index

    Properties

    account_badges: unknown[]
    allowed_commenter_type: string
    full_name: string
    has_anonymous_profile_picture: boolean
    is_private: boolean
    is_verified: boolean
    pk: number
    profile_pic_url: string
    reel_auto_archive: string
    username: string