Class TdApi.SearchBackground

Enclosing class:
TdApi

public static class TdApi.SearchBackground extends TdApi.Function<TdApi.Background>
Searches for a background by its name.

Returns Background

  • Field Details

    • name

      public String name
      The name of the background.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SearchBackground

      public SearchBackground()
      Default constructor for a function, which searches for a background by its name.

      Returns Background

    • SearchBackground

      public SearchBackground(String name)
      Creates a function, which searches for a background by its name.

      Returns Background

      Parameters:
      name - The name of the background.
  • Method Details