teleproto - v1.229.0
    Preparing search index...

    Interface InputPhoneContactIn

    interface InputPhoneContactIn {
        _?: "inputPhoneContact";
        clientId: BigInteger;
        firstName: string;
        lastName: string;
        note?: TextWithEntitiesIn;
        phone: string;
    }
    Index
    _?: "inputPhoneContact"
    clientId: BigInteger
    firstName: string
    lastName: string
    phone: string