Interface NewsfeedCommentsItemTypePost1

interface NewsfeedCommentsItemTypePost1 {
    comments: NewsfeedCommentsBase;
    from_id: number;
}

Properties

Properties

from_id: number

Generated using TypeDoc