public static class TdApi.DeleteSavedMessagesTopicHistory extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
savedMessagesTopicId
Identifier of Saved Messages topic which messages will be deleted.
|
| Constructor and Description |
|---|
DeleteSavedMessagesTopicHistory()
Default constructor for a function, which deletes all messages in a Saved Messages topic.
|
DeleteSavedMessagesTopicHistory(long savedMessagesTopicId)
Creates a function, which deletes all messages 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 static final int CONSTRUCTOR
public DeleteSavedMessagesTopicHistory()
Returns Ok
public DeleteSavedMessagesTopicHistory(long savedMessagesTopicId)
Returns Ok
savedMessagesTopicId - Identifier of Saved Messages topic which messages will be deleted.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object