Class TdApi.GetChatFolderDefaultIconName

Enclosing class:
TdApi

public static class TdApi.GetChatFolderDefaultIconName extends TdApi.Function<TdApi.ChatFolderIcon>
Returns default icon name for a folder. Can be called synchronously.

Returns ChatFolderIcon

  • Field Details

    • folder

      public TdApi.ChatFolder folder
      Chat folder.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetChatFolderDefaultIconName

      public GetChatFolderDefaultIconName()
      Default constructor for a function, which returns default icon name for a folder. Can be called synchronously.

      Returns ChatFolderIcon

    • GetChatFolderDefaultIconName

      public GetChatFolderDefaultIconName(TdApi.ChatFolder folder)
      Creates a function, which returns default icon name for a folder. Can be called synchronously.

      Returns ChatFolderIcon

      Parameters:
      folder - Chat folder.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR