Class TdApi.AddStickerToSet

  • Enclosing class:
    TdApi

    public static class TdApi.AddStickerToSet
    extends TdApi.Function
    Adds a new sticker to a set; for bots only. Returns the sticker set.

    Returns StickerSet

    • Field Detail

      • userId

        public int userId
        Sticker set owner.
      • name

        public java.lang.String name
        Sticker set name.
      • CONSTRUCTOR

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

      • AddStickerToSet

        public AddStickerToSet()
        Default constructor.
      • AddStickerToSet

        public AddStickerToSet​(int userId,
                               java.lang.String name,
                               TdApi.InputSticker sticker)
        Constructor for initialization of all fields.
        Parameters:
        userId - Sticker set owner.
        name - Sticker set name.
        sticker - Sticker to add to the set.