public static class TdApi.BusinessBotManageBar extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
long |
botUserId
User identifier of the bot.
|
boolean |
canBotReply
True, if the bot can reply.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isBotPaused
True, if the bot is paused.
|
java.lang.String |
manageUrl
URL to be opened to manage the bot.
|
| Constructor and Description |
|---|
BusinessBotManageBar()
Contains information about a business bot that manages the chat.
|
BusinessBotManageBar(long botUserId,
java.lang.String manageUrl,
boolean isBotPaused,
boolean canBotReply)
Contains information about a business bot that manages the chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long botUserId
public java.lang.String manageUrl
public boolean isBotPaused
public boolean canBotReply
public static final int CONSTRUCTOR
public BusinessBotManageBar()
public BusinessBotManageBar(long botUserId,
java.lang.String manageUrl,
boolean isBotPaused,
boolean canBotReply)
botUserId - User identifier of the bot.manageUrl - URL to be opened to manage the bot.isBotPaused - True, if the bot is paused. Use toggleBusinessConnectedBotChatIsPaused to change the value of the field.canBotReply - True, if the bot can reply.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object