ultra-telegram-framework
    Preparing search index...

    Interface ApproveSuggestedPostParams

    interface ApproveSuggestedPostParams {
        chat_id: number;
        message_id: number;
        send_date?: number;
    }
    Index

    Properties

    chat_id: number

    Unique identifier for the target direct messages chat

    message_id: number

    Identifier of a suggested post message to approve

    send_date?: number

    Point in time (Unix timestamp) when the post is expected to be published; omit if the date has already been specified when the suggested post was created. If specified, then the date must be not more than 2678400 seconds (30 days) in the future