public static class TdApi.MessageContact extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Contact |
contact
The contact description.
|
| Constructor and Description |
|---|
MessageContact()
A message with a user contact.
|
MessageContact(TdApi.Contact contact)
A message with a user contact.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Contact contact
public static final int CONSTRUCTOR
public MessageContact()
public MessageContact(TdApi.Contact contact)
contact - The contact description.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object