Class TdApi.CheckStickerSetName

Enclosing class:
TdApi

public static class TdApi.CheckStickerSetName extends TdApi.Function<TdApi.CheckStickerSetNameResult>
Checks whether a name can be used for a new sticker set.

Returns CheckStickerSetNameResult

  • Field Details

    • name

      public String name
      Name to be checked.
    • CONSTRUCTOR

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

    • CheckStickerSetName

      public CheckStickerSetName()
      Default constructor for a function, which checks whether a name can be used for a new sticker set.

      Returns CheckStickerSetNameResult

    • CheckStickerSetName

      public CheckStickerSetName(String name)
      Creates a function, which checks whether a name can be used for a new sticker set.

      Returns CheckStickerSetNameResult

      Parameters:
      name - Name to be checked.
  • Method Details