Package it.tdlight.jni
Class TdApi.AddContact
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.AddContact
- Enclosing class:
- TdApi
public static class TdApi.AddContact extends TdApi.Function
Adds a user to the contact list or
edits an existing contact by their user identifier.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.Contact
contact
The contact to add or edit; phone number can be empty and needs to be specified only if known, vCard is ignored.boolean
sharePhoneNumber
True, if the new contact needs to be allowed to see current user's phone number. -
Constructor Summary
Constructors Constructor Description AddContact()
Adds 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)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-