Documentation - v0.32.2
    Preparing search index...

    Interface ActionSuggestedPostDeclined

    A suggested post was declined.

    The suggested post itself can be found in Message.replyToMessage

    interface ActionSuggestedPostDeclined {
        comment?: string;
        type: "suggested_post_declined";
    }
    Index

    Properties

    Properties

    comment?: string

    Comment left by the channel administrator

    type: "suggested_post_declined"