- Enclosing class:
- TdApi
Removes a chat from the list of recently found chats.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat to be removed.static final int
-
Constructor Summary
ConstructorDescriptionRemoves 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
toString
Methods 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.Returns
Ok
-
RemoveRecentlyFoundChat
public RemoveRecentlyFoundChat(long chatId) Removes a chat from the list of recently found chats.Returns
Ok
- Parameters:
chatId
- long Identifier of the chat to be removed.
-
RemoveRecentlyFoundChat
Removes a chat from the list of recently found chats.Returns
Ok
- 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()
-