Class TdApi.GetSuggestedStickerSetName

  • Enclosing class:
    TdApi

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

    Returns Text

    • Field Detail

      • 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:
        Constant Field Values
    • Constructor Detail

      • 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.