Module tdlight.api

Class TdApi.RemoveRecentlyFoundChat

Enclosing class:
TdApi

public static final class TdApi.RemoveRecentlyFoundChat extends TdApi.Function<TdApi.Ok>
Removes a chat from the list of recently found chats. Returns Ok
  • Field Details

    • chatId

      public long chatId
      Identifier 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

      public RemoveRecentlyFoundChat(DataInput input) throws IOException
      Removes a chat from the list of recently found chats. Returns Ok
      Throws:
      IOException
  • Method Details