Interface MessageSuggestedPostDeclined

A suggested post was declined. Subtype of MessageContent.

interface MessageSuggestedPostDeclined {
    @type: "messageSuggestedPostDeclined";
    comment: string;
    suggested_post_message_id: number;
}

Properties

@type: "messageSuggestedPostDeclined"
comment: string

Comment added by administrator of the channel when the post was declined.

suggested_post_message_id: number

Identifier of the message with the suggested post; can be 0 if the message was deleted.