ultra-telegram-framework
    Preparing search index...

    Interface SuggestedPostDeclined

    Describes a service message about the rejection of a suggested post.

    interface SuggestedPostDeclined {
        comment?: string;
        suggested_post_message?: Message;
    }
    Index

    Properties

    comment?: string

    Optional. Comment with which the post was declined

    Optionalsuggested_post_message

    suggested_post_message?: Message

    Optional. Message containing the suggested post. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.