public static class TdApi.MessageImportInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
date
Point in time (Unix timestamp) when the message was originally sent.
|
java.lang.String |
senderName
Name of the original sender.
|
| Constructor and Description |
|---|
MessageImportInfo()
Contains information about a message created with importMessages.
|
MessageImportInfo(java.lang.String senderName,
int date)
Contains information about a message created with importMessages.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String senderName
public int date
public static final int CONSTRUCTOR
public MessageImportInfo()
public MessageImportInfo(java.lang.String senderName,
int date)
senderName - Name of the original sender.date - Point in time (Unix timestamp) when the message was originally sent.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object