Class TdApi.GetSuggestedStickerSetName

Enclosing class:
TdApi

public static class TdApi.GetSuggestedStickerSetName extends TdApi.Function<TdApi.Text>
Returns a suggested name for a new sticker set with a given title.

Returns Text

  • Field Details

    • title

      public String title
      Sticker set title; 1-64 characters.
    • CONSTRUCTOR

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

    • GetSuggestedStickerSetName

      public GetSuggestedStickerSetName()
      Default constructor for a function, which returns a suggested name for a new sticker set with a given title.

      Returns Text

    • GetSuggestedStickerSetName

      public GetSuggestedStickerSetName(String title)
      Creates a function, which returns a suggested name for a new sticker set with a given title.

      Returns Text

      Parameters:
      title - Sticker set title; 1-64 characters.
  • 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.Object
      Returns:
      this.CONSTRUCTOR