teleproto - v1.229.0
    Preparing search index...

    Interface WebPageEmptyIn

    interface WebPageEmptyIn {
        _: "webPageEmpty";
        id: BigInteger;
        url?: string;
    }
    Index
    _: "webPageEmpty"
    id: BigInteger
    url?: string