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 Details

    • backgroundId

      public long backgroundId
      The background identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • RemoveBackground

      public RemoveBackground()
      Removes background from the list of installed backgrounds.

      Returns Ok

    • RemoveBackground

      public RemoveBackground​(long backgroundId)
      Removes background from the list of installed backgrounds.

      Returns Ok

      Parameters:
      backgroundId - long The background identifier.
    • RemoveBackground

      public RemoveBackground​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details