Class TdApi.CheckStickerSetName

    • Field Detail

      • name

        public String name
        Name to be checked.
      • CONSTRUCTOR

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

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