public static class TdApi.UpdateChatBusinessBotManageBar extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.BusinessBotManageBar |
businessBotManageBar
The new value of the business bot manage bar; may be null.
|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateChatBusinessBotManageBar()
The bar for managing business bot was changed in a chat.
|
UpdateChatBusinessBotManageBar(long chatId,
TdApi.BusinessBotManageBar businessBotManageBar)
The bar for managing business bot was changed in a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.BusinessBotManageBar businessBotManageBar
public static final int CONSTRUCTOR
public UpdateChatBusinessBotManageBar()
public UpdateChatBusinessBotManageBar(long chatId,
TdApi.BusinessBotManageBar businessBotManageBar)
chatId - Chat identifier.businessBotManageBar - The new value of the business bot manage bar; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object