Module tdlight.api

Class TdApi.GetSuggestedStickerSetName

Enclosing class:
TdApi

public static final 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
      See Also:
  • Constructor Details

    • GetSuggestedStickerSetName

      public GetSuggestedStickerSetName()
      Returns a suggested name for a new sticker set with a given title. Returns Text
    • GetSuggestedStickerSetName

      public GetSuggestedStickerSetName(String title)
      Returns a suggested name for a new sticker set with a given title. Returns Text
      Parameters:
      title - String Sticker set title; 1-64 characters.
    • GetSuggestedStickerSetName

      public GetSuggestedStickerSetName(DataInput input) throws IOException
      Returns a suggested name for a new sticker set with a given title. Returns Text
      Throws:
      IOException
  • Method Details