Class TdApi.SearchTextCompositionStyle

Enclosing class:
TdApi

public static class TdApi.SearchTextCompositionStyle extends TdApi.Function<TdApi.TextCompositionStyle>
Searches a custom text composition style by its name.

Returns TextCompositionStyle

  • Field Details

    • name

      public String name
      Name of the style.
    • CONSTRUCTOR

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

    • SearchTextCompositionStyle

      public SearchTextCompositionStyle()
      Default constructor for a function, which searches a custom text composition style by its name.

      Returns TextCompositionStyle

    • SearchTextCompositionStyle

      public SearchTextCompositionStyle(String name)
      Creates a function, which searches a custom text composition style by its name.

      Returns TextCompositionStyle

      Parameters:
      name - Name of the style.
  • Method Details