public static class TdApi.DeleteBusinessConnectedBot extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
botUserId
Unique user identifier for the bot.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
DeleteBusinessConnectedBot()
Default constructor for a function, which deletes the business bot that is connected to the current user account.
|
DeleteBusinessConnectedBot(long botUserId)
Creates a function, which deletes the business bot that is connected to the current user account.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long botUserId
public static final int CONSTRUCTOR
public DeleteBusinessConnectedBot()
Returns Ok
public DeleteBusinessConnectedBot(long botUserId)
Returns Ok
botUserId - Unique user identifier for the bot.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object