Class TdApi.SearchBackground

  • Enclosing class:
    TdApi

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

    Returns Background

    • Field Detail

      • name

        public String name
        The name of the background.
      • CONSTRUCTOR

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

      • 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.