public static class TdApi.InputMessageContact extends TdApi.InputMessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Contact |
contact
Contact to send.
|
| Constructor and Description |
|---|
InputMessageContact()
A message containing a user contact.
|
InputMessageContact(TdApi.Contact contact)
A message containing 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 InputMessageContact()
public InputMessageContact(TdApi.Contact contact)
contact - Contact to send.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object