Class TdApi.RemoveBackground

  • Enclosing class:
    TdApi

    public static class TdApi.RemoveBackground
    extends TdApi.Function
    Removes background from the list of installed backgrounds.

    Returns Ok

    • Field Detail

      • backgroundId

        public long backgroundId
        The background identifier.
      • CONSTRUCTOR

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

      • RemoveBackground

        public RemoveBackground()
        Default constructor for a function, which removes background from the list of installed backgrounds.

        Returns Ok

      • RemoveBackground

        public RemoveBackground​(long backgroundId)
        Creates a function, which removes background from the list of installed backgrounds.

        Returns Ok

        Parameters:
        backgroundId - The background identifier.