public static class TdApi.UpdateBusinessMessagesDeleted extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of a chat in the business account in which messages were deleted.
|
java.lang.String |
connectionId
Unique identifier of the business connection.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
messageIds
Unique message identifiers of the deleted messages.
|
| Constructor and Description |
|---|
UpdateBusinessMessagesDeleted()
Messages in a business account were deleted; for bots only.
|
UpdateBusinessMessagesDeleted(java.lang.String connectionId,
long chatId,
long[] messageIds)
Messages in a business account were deleted; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String connectionId
public long chatId
public long[] messageIds
public static final int CONSTRUCTOR
public UpdateBusinessMessagesDeleted()
public UpdateBusinessMessagesDeleted(java.lang.String connectionId,
long chatId,
long[] messageIds)
connectionId - Unique identifier of the business connection.chatId - Identifier of a chat in the business account in which messages were deleted.messageIds - Unique message identifiers of the deleted messages.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object