teleproto - v1.229.0
    Preparing search index...

    Interface WebPagePendingIn

    interface WebPagePendingIn {
        _: "webPagePending";
        date: number;
        id: BigInteger;
        url?: string;
    }
    Index
    _: "webPagePending"
    date: number
    id: BigInteger
    url?: string