Class TdApi.DeleteTextCompositionStyle

Enclosing class:
TdApi

public static class TdApi.DeleteTextCompositionStyle extends TdApi.Function<TdApi.Ok>
Deletes a custom text composition style that was created by the current user.

Returns Ok

  • 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

    • DeleteTextCompositionStyle

      public DeleteTextCompositionStyle()
      Default constructor for a function, which deletes a custom text composition style that was created by the current user.

      Returns Ok

    • DeleteTextCompositionStyle

      public DeleteTextCompositionStyle(String name)
      Creates a function, which deletes a custom text composition style that was created by the current user.

      Returns Ok

      Parameters:
      name - Name of the style.
  • 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.Function<TdApi.Ok>
      Returns:
      this.CONSTRUCTOR