ultra-telegram-framework
    Preparing search index...

    Interface SuggestedPostApprovalFailed

    Describes a service message about the failed approval of a suggested post. Currently, only caused by insufficient user funds at the time of approval.

    interface SuggestedPostApprovalFailed {
        price: SuggestedPostPrice;
        suggested_post_message?: Message;
    }
    Index

    Properties

    Expected price of the post

    Optionalsuggested_post_message

    suggested_post_message?: Message

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