ultra-telegram-framework
    Preparing search index...

    Interface InaccessibleMessage

    This object describes a message that was deleted or is otherwise inaccessible to the bot.

    interface InaccessibleMessage {
        chat: Chat;
        date: number;
        message_id: number;
    }
    Index

    Properties

    Properties

    chat: Chat

    Chat the message belonged to

    date: number

    Always 0. The field can be used to differentiate regular and inaccessible messages.

    message_id: number

    Unique message identifier inside the chat