public static class TdApi.Messages extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Message[] |
messages
List of messages; messages may be null.
|
int |
totalCount
Approximate total number of messages found.
|
| Constructor and Description |
|---|
Messages()
Contains a list of messages.
|
Messages(int totalCount,
TdApi.Message[] messages)
Contains a list of messages.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public TdApi.Message[] messages
public static final int CONSTRUCTOR
public Messages()
public Messages(int totalCount,
TdApi.Message[] messages)
totalCount - Approximate total number of messages found.messages - List of messages; messages may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object