public static class TdApi.UpdateBusinessConnection extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.BusinessConnection |
connection
New data about the connection.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateBusinessConnection()
A business connection has changed; for bots only.
|
UpdateBusinessConnection(TdApi.BusinessConnection connection)
A business connection has changed; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.BusinessConnection connection
public static final int CONSTRUCTOR
public UpdateBusinessConnection()
public UpdateBusinessConnection(TdApi.BusinessConnection connection)
connection - New data about the connection.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object