public static class TdApi.UpdateBusinessMessageEdited extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
connectionId
Unique identifier of the business connection.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.BusinessMessage |
message
The edited message.
|
| Constructor and Description |
|---|
UpdateBusinessMessageEdited()
A message in a business account was edited; for bots only.
|
UpdateBusinessMessageEdited(java.lang.String connectionId,
TdApi.BusinessMessage message)
A message in a business account was edited; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String connectionId
public TdApi.BusinessMessage message
public static final int CONSTRUCTOR
public UpdateBusinessMessageEdited()
public UpdateBusinessMessageEdited(java.lang.String connectionId,
TdApi.BusinessMessage message)
connectionId - Unique identifier of the business connection.message - The edited message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object