- Enclosing class:
- TdApi
Deletes all messages in the chat. Use
chat.canBeDeletedOnlyForSelf and
chat.canBeDeletedForAllUsers fields
to find whether and how the method
can be applied to the chat.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intbooleanPass true to remove the chat from all chat lists.booleanPass true to delete chat history for all users. -
Constructor Summary
ConstructorsConstructorDescriptionDeletes all messages in the chat.DeleteChatHistory(long chatId, boolean removeFromChatList, boolean revoke) Deletes all messages in the chat.DeleteChatHistory(DataInput input) Deletes all messages in the chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
removeFromChatList
public boolean removeFromChatListPass true to remove the chat from all chat lists. -
revoke
public boolean revokePass true to delete chat history for all users. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
DeleteChatHistory
public DeleteChatHistory()Deletes all messages in the chat. Use chat.canBeDeletedOnlyForSelf and chat.canBeDeletedForAllUsers fields to find whether and how the method can be applied to the chat. ReturnsOk -
DeleteChatHistory
public DeleteChatHistory(long chatId, boolean removeFromChatList, boolean revoke) Deletes all messages in the chat. Use chat.canBeDeletedOnlyForSelf and chat.canBeDeletedForAllUsers fields to find whether and how the method can be applied to the chat. ReturnsOk- Parameters:
chatId- long Chat identifier.removeFromChatList- boolean Pass true to remove the chat from all chat lists.revoke- boolean Pass true to delete chat history for all users.
-
DeleteChatHistory
Deletes all messages in the chat. Use chat.canBeDeletedOnlyForSelf and chat.canBeDeletedForAllUsers fields to find whether and how the method can be applied to the chat. ReturnsOk- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-