Module tdlight.api

Class TdApi.GetChatFolderChatsToLeave

Enclosing class:
TdApi

public static final class TdApi.GetChatFolderChatsToLeave extends TdApi.Function<TdApi.Chats>
Returns identifiers of pinned or always included chats from a chat folder, which are suggested to be left when the chat folder is deleted. Returns Chats
  • Field Details

    • chatFolderId

      public int chatFolderId
      Chat folder identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetChatFolderChatsToLeave

      public GetChatFolderChatsToLeave()
      Returns identifiers of pinned or always included chats from a chat folder, which are suggested to be left when the chat folder is deleted. Returns Chats
    • GetChatFolderChatsToLeave

      public GetChatFolderChatsToLeave(int chatFolderId)
      Returns identifiers of pinned or always included chats from a chat folder, which are suggested to be left when the chat folder is deleted. Returns Chats
      Parameters:
      chatFolderId - int Chat folder identifier.
    • GetChatFolderChatsToLeave

      public GetChatFolderChatsToLeave(DataInput input) throws IOException
      Returns identifiers of pinned or always included chats from a chat folder, which are suggested to be left when the chat folder is deleted. Returns Chats
      Throws:
      IOException
  • Method Details