Interface GetComments

interface GetComments {
    community_id?: number;
    community_name?: string;
    disliked_only?: boolean;
    liked_only?: boolean;
    limit?: number;
    max_depth?: number;
    page?: number;
    parent_id?: number;
    post_id?: number;
    saved_only?: boolean;
    sort?: CommentSortType;
    type_?: ListingType;
}

Properties

community_id?: number
community_name?: string
disliked_only?: boolean
liked_only?: boolean
limit?: number
max_depth?: number
page?: number
parent_id?: number
post_id?: number
saved_only?: boolean
type_?: ListingType