Class TdApi.GetInstalledBackgrounds

Enclosing class:
TdApi

public static class TdApi.GetInstalledBackgrounds extends TdApi.Function<TdApi.Backgrounds>
Returns backgrounds installed by the user.

Returns Backgrounds

  • Field Details

    • forDarkTheme

      public boolean forDarkTheme
      Pass true to order returned backgrounds for a dark theme.
    • CONSTRUCTOR

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

    • GetInstalledBackgrounds

      public GetInstalledBackgrounds()
      Default constructor for a function, which returns backgrounds installed by the user.

      Returns Backgrounds

    • GetInstalledBackgrounds

      public GetInstalledBackgrounds(boolean forDarkTheme)
      Creates a function, which returns backgrounds installed by the user.

      Returns Backgrounds

      Parameters:
      forDarkTheme - Pass true to order returned backgrounds for a dark theme.
  • Method Details