Module tdlight.api

Class TdApi.RemoveBackground

Enclosing class:
TdApi

public static final class TdApi.RemoveBackground extends TdApi.Function<TdApi.Ok>
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:
  • 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
      Removes background from the list of installed backgrounds. Returns Ok
      Throws:
      IOException
  • Method Details