Class TdApi.GetBackgrounds

  • Enclosing class:
    TdApi

    public static class TdApi.GetBackgrounds
    extends TdApi.Function
    Returns backgrounds installed by the user.

    Returns Backgrounds

    • Field Detail

      • forDarkTheme

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetBackgrounds

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

        Returns Backgrounds

      • GetBackgrounds

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

        Returns Backgrounds

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