Class TdApi.SearchStickerSet

  • Enclosing class:
    TdApi

    public static class TdApi.SearchStickerSet
    extends TdApi.Function
    Searches for a sticker set by its name.

    Returns StickerSet

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String name
      Name of the sticker set.
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchStickerSet()
      Default constructor.
      SearchStickerSet​(java.lang.String name)
      Constructor for initialization of all fields.
    • Field Detail

      • name

        public java.lang.String name
        Name of the sticker set.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SearchStickerSet

        public SearchStickerSet()
        Default constructor.
      • SearchStickerSet

        public SearchStickerSet​(java.lang.String name)
        Constructor for initialization of all fields.
        Parameters:
        name - Name of the sticker set.