Module tdlight.api

Class TdApi.GetBackgrounds

Enclosing class:
TdApi

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

Returns Backgrounds

  • Field Details

    • forDarkTheme

      public boolean forDarkTheme
      True, if the backgrounds must be ordered for dark theme.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetBackgrounds

      public GetBackgrounds()
      Returns backgrounds installed by the user.

      Returns Backgrounds

    • GetBackgrounds

      public GetBackgrounds(boolean forDarkTheme)
      Returns backgrounds installed by the user.

      Returns Backgrounds

      Parameters:
      forDarkTheme - boolean True, if the backgrounds must be ordered for dark theme.
    • GetBackgrounds

      public GetBackgrounds(DataInput input) throws IOException
      Returns backgrounds installed by the user.

      Returns Backgrounds

      Throws:
      IOException
  • Method Details