public static class TdApi.BusinessMessages extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.BusinessMessage[] |
messages
List of business messages.
|
| Constructor and Description |
|---|
BusinessMessages()
Contains a list of messages from a business account as received by a bot.
|
BusinessMessages(TdApi.BusinessMessage[] messages)
Contains a list of messages from a business account as received by a bot.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.BusinessMessage[] messages
public static final int CONSTRUCTOR
public BusinessMessages()
public BusinessMessages(TdApi.BusinessMessage[] messages)
messages - List of business messages.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object