public static class TdApi.MessageContact extends TdApi.MessageContent
TdApi.MessageContent.Constructors
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() |
toString
public TdApi.Contact contact
public static final int CONSTRUCTOR
public MessageContact()
public MessageContact(TdApi.Contact contact)
contact
- The contact description.public int getConstructor()
getConstructor
in class TdApi.MessageContent