Class TdApi.RemoveInstalledBackground

Enclosing class:
TdApi

public static class TdApi.RemoveInstalledBackground 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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • RemoveInstalledBackground

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

      Returns Ok

    • RemoveInstalledBackground

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

      Returns Ok

      Parameters:
      backgroundId - The background identifier.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR