- 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
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
boolean
Pass true to remove the chat from all chat lists.boolean
Pass true to delete chat history for all users. -
Constructor Summary
ConstructorDescriptionDeletes 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
toString
Methods 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:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-