Package org.drinkless.tdlib
Class TdApi.DeleteSavedMessagesTopicHistory
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.DeleteSavedMessagesTopicHistory
- Enclosing class:
- TdApi
Deletes all messages in a Saved Messages topic.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of Saved Messages topic which messages will be deleted. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
savedMessagesTopicId
public long savedMessagesTopicIdIdentifier of Saved Messages topic which messages will be deleted. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DeleteSavedMessagesTopicHistory
public DeleteSavedMessagesTopicHistory()Default constructor for a function, which deletes all messages in a Saved Messages topic.Returns
Ok -
DeleteSavedMessagesTopicHistory
public DeleteSavedMessagesTopicHistory(long savedMessagesTopicId) Creates a function, which deletes all messages in a Saved Messages topic.Returns
Ok- Parameters:
savedMessagesTopicId- Identifier of Saved Messages topic which messages will be deleted.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-