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
      Pass true to order returned backgrounds for a 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 Pass true to order returned backgrounds for a dark theme.
    • GetBackgrounds

      public GetBackgrounds(DataInput input) throws IOException
      Returns backgrounds installed by the user. Returns Backgrounds
      Throws:
      IOException
  • Method Details