teleproto - v1.229.0
    Preparing search index...

    Interface RequestPeerTypeUserIn

    interface RequestPeerTypeUserIn {
        _: "requestPeerTypeUser";
        bot?: boolean;
        premium?: boolean;
    }
    Index
    _: "requestPeerTypeUser"
    bot?: boolean
    premium?: boolean