public static class TdApi.RemoveBusinessConnectedBotFromChat extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
RemoveBusinessConnectedBotFromChat()
Default constructor for a function, which removes the connected business bot from a specific chat by adding the chat to businessRecipients.excludedChatIds.
|
RemoveBusinessConnectedBotFromChat(long chatId)
Creates a function, which removes the connected business bot from a specific chat by adding the chat to businessRecipients.excludedChatIds.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public static final int CONSTRUCTOR
public RemoveBusinessConnectedBotFromChat()
Returns Ok
public RemoveBusinessConnectedBotFromChat(long chatId)
Returns Ok
chatId - Chat identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object