teleproto - v1.229.0
    Preparing search index...

    Interface ContactsAddContactParams

    interface ContactsAddContactParams {
        addPhonePrivacyException?: boolean;
        firstName: string;
        id: EntityLike;
        lastName: string;
        note?: TextWithEntitiesIn;
        phone: string;
    }
    Index
    addPhonePrivacyException?: boolean

    Allow the other user to see our phone number?

    firstName: string

    First name

    id: EntityLike

    Telegram ID of the other user

    lastName: string

    Last name

    phone: string

    User's phone number, may be omitted to simply add the user to the contact list, without a phone number.