Class TdApi.GetBackgrounds

Enclosing class:
TdApi

public static class TdApi.GetBackgrounds
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details