@osynicite/osynic-osuapi
    Preparing search index...

    Interface CommentBundle

    interface CommentBundle {
        commentable_meta: CommentableMeta[];
        comments: Comment[];
        cursor: CursorInCommentBundle;
        has_more: boolean;
        has_more_id: number;
        included_comments: Comment[];
        pinned_comments: Comment[];
        sort: string;
        top_level_count: number;
        total: number;
        user_follow: boolean;
        user_votes: number[];
        users: UserInCommentBundle[];
    }
    Index

    Properties

    commentable_meta: CommentableMeta[]
    comments: Comment[]
    has_more: boolean
    has_more_id: number
    included_comments: Comment[]
    pinned_comments: Comment[]
    sort: string
    top_level_count: number
    total: number
    user_follow: boolean
    user_votes: number[]