ultra-telegram-framework
    Preparing search index...

    Interface SuggestedPostApproved

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

    interface SuggestedPostApproved {
        price?: SuggestedPostPrice;
        send_date: number;
        suggested_post_message?: Message;
    }
    Index

    Properties

    Optional. Amount paid for the post

    send_date: number

    Date when the post will be published

    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.