| Package | Description |
|---|---|
| org.telegram.api.contact.link | |
| org.telegram.api.contacts | |
| org.telegram.api.update |
| Modifier and Type | Class and Description |
|---|---|
class |
TLContactLinkContact
Current user added the other user to his contact list
|
class |
TLContactLinkHasPhone
Current user added has other user's phone
|
class |
TLContactLinkNone
Empty connection between users
|
class |
TLContactLinkUnknown
Current user added no known connection with the other user
|
| Modifier and Type | Method and Description |
|---|---|
TLAbsContactLink |
TLContactsLink.getForeignLink()
Gets foreign link.
|
TLAbsContactLink |
TLContactsLink.getMyLink()
Gets my link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLContactsLink.setForeignLink(TLAbsContactLink value)
Sets foreign link.
|
void |
TLContactsLink.setMyLink(TLAbsContactLink value)
Sets my link.
|
| Modifier and Type | Method and Description |
|---|---|
TLAbsContactLink |
TLUpdateContactLink.getForeignLink()
Gets foreign link.
|
TLAbsContactLink |
TLUpdateContactLink.getMyLink()
Gets my link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLUpdateContactLink.setForeignLink(TLAbsContactLink foreignLink)
Sets foreign link.
|
void |
TLUpdateContactLink.setMyLink(TLAbsContactLink myLink)
Sets my link.
|
Copyright © 2017. All rights reserved.