Module tdlight.api

Class TdApi.RecommendedChatFolders

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.RecommendedChatFolders
Enclosing class:
TdApi

public static final class TdApi.RecommendedChatFolders extends TdApi.Object
Contains a list of recommended chat folders.
  • Field Details

  • Constructor Details

    • RecommendedChatFolders

      public RecommendedChatFolders()
      Contains a list of recommended chat folders.
    • RecommendedChatFolders

      public RecommendedChatFolders(TdApi.RecommendedChatFolder[] chatFolders)
      Contains a list of recommended chat folders.
      Parameters:
      chatFolders - RecommendedChatFolder[] List of recommended chat folders.
    • RecommendedChatFolders

      public RecommendedChatFolders(DataInput input) throws IOException
      Contains a list of recommended chat folders.
      Throws:
      IOException
  • Method Details