public static class TdApi.DeleteSavedMessagesTopicMessagesByDate extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
maxDate
The maximum date of the messages to delete.
|
int |
minDate
The minimum date of the messages to delete.
|
long |
savedMessagesTopicId
Identifier of Saved Messages topic which messages will be deleted.
|
| Constructor and Description |
|---|
DeleteSavedMessagesTopicMessagesByDate()
Default constructor for a function, which deletes all messages between the specified dates in a Saved Messages topic.
|
DeleteSavedMessagesTopicMessagesByDate(long savedMessagesTopicId,
int minDate,
int maxDate)
Creates a function, which deletes all messages between the specified dates in a Saved Messages topic.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long savedMessagesTopicId
public int minDate
public int maxDate
public static final int CONSTRUCTOR
public DeleteSavedMessagesTopicMessagesByDate()
Returns Ok
public DeleteSavedMessagesTopicMessagesByDate(long savedMessagesTopicId,
int minDate,
int maxDate)
Returns Ok
savedMessagesTopicId - Identifier of Saved Messages topic which messages will be deleted.minDate - The minimum date of the messages to delete.maxDate - The maximum date of the messages to delete.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object