- Enclosing class:
- TdApi
Adds a user to the contact list or
edits an existing contact by their user identifier.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The contact to add or edit; phone number can be empty and needs to be specified only if known, vCard is ignored.boolean
True, if the new contact needs to be allowed to see current user's phone number. -
Constructor Summary
ConstructorDescriptionAdds a user to the contact list or edits an existing contact by their user identifier.AddContact
(TdApi.Contact contact, boolean sharePhoneNumber) Adds a user to the contact list or edits an existing contact by their user identifier.AddContact
(DataInput input) Adds a user to the contact list or edits an existing contact by their user identifier. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
contact
The contact to add or edit; phone number can be empty and needs to be specified only if known, vCard is ignored. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AddContact
public AddContact()Adds a user to the contact list or edits an existing contact by their user identifier.Returns
Ok
-
AddContact
Adds a user to the contact list or edits an existing contact by their user identifier.Returns
Ok
- Parameters:
contact
- Contact The contact to add or edit; phone number can be empty and needs to be specified only if known, vCard is ignored.sharePhoneNumber
- boolean True, if the new contact needs to be allowed to see current user's phone number. A corresponding rule to userPrivacySettingShowPhoneNumber will be added if needed. Use the field userFullInfo.needPhoneNumberPrivacyException to check whether the current user needs to be asked to share their phone number.
-
AddContact
Adds a user to the contact list or edits an existing contact by their user identifier.Returns
Ok
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-