Interface SuggestedPostStateDeclined

The post was declined. Subtype of SuggestedPostState.

interface SuggestedPostStateDeclined {
    @type: "suggestedPostStateDeclined";
}

Properties

Properties

@type: "suggestedPostStateDeclined"