Interface SuggestedPostStatePending

Describes state of a suggested post. Subtype of SuggestedPostState.

interface SuggestedPostStatePending {
    @type: "suggestedPostStatePending";
}

Properties

Properties

@type: "suggestedPostStatePending"