- Enclosing class:
- TdApi
Removes a chat from the list of recently found chats.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat to be removed.static final int -
Constructor Summary
ConstructorsConstructorDescriptionRemoves a chat from the list of recently found chats.RemoveRecentlyFoundChat(long chatId) Removes a chat from the list of recently found chats.RemoveRecentlyFoundChat(DataInput input) Removes a chat from the list of recently found chats. -
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 chatIdIdentifier of the chat to be removed. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
RemoveRecentlyFoundChat
public RemoveRecentlyFoundChat()Removes a chat from the list of recently found chats. ReturnsOk -
RemoveRecentlyFoundChat
public RemoveRecentlyFoundChat(long chatId) Removes a chat from the list of recently found chats. ReturnsOk- Parameters:
chatId- long Identifier of the chat to be removed.
-
RemoveRecentlyFoundChat
Removes a chat from the list of recently found chats. 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()
-