teleproto - v1.229.0
    Preparing search index...

    Interface InputAppEventIn

    interface InputAppEventIn {
        _?: "inputAppEvent";
        data: TypeJSONValueIn;
        peer: BigInteger;
        time: number;
        type: string;
    }
    Index
    _?: "inputAppEvent"
    peer: BigInteger
    time: number
    type: string