Class TdApi.SetStickerSetThumbnail

  • Enclosing class:
    TdApi

    public static class TdApi.SetStickerSetThumbnail
    extends TdApi.Function
    Sets a sticker set thumbnail; for bots only. Returns the sticker set.

    Returns StickerSet

    • Field Detail

      • userId

        public long userId
        Sticker set owner.
      • name

        public String name
        Sticker set name.
      • thumbnail

        public TdApi.InputFile thumbnail
        Thumbnail to set in PNG or TGS format; pass null to remove the sticker set thumbnail. Animated thumbnail must be set for animated sticker sets and only for them.
      • CONSTRUCTOR

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

      • SetStickerSetThumbnail

        public SetStickerSetThumbnail()
        Default constructor for a function, which sets a sticker set thumbnail; for bots only. Returns the sticker set.

        Returns StickerSet

      • SetStickerSetThumbnail

        public SetStickerSetThumbnail​(long userId,
                                      String name,
                                      TdApi.InputFile thumbnail)
        Creates a function, which sets a sticker set thumbnail; for bots only. Returns the sticker set.

        Returns StickerSet

        Parameters:
        userId - Sticker set owner.
        name - Sticker set name.
        thumbnail - Thumbnail to set in PNG or TGS format; pass null to remove the sticker set thumbnail. Animated thumbnail must be set for animated sticker sets and only for them.