public static class TdApi.SetStickerSetThumbnail extends TdApi.Function
Returns StickerSet
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
Sticker set name.
|
TdApi.InputFile |
thumbnail
Thumbnail to set in PNG or TGS format; pass null to remove the sticker set thumbnail.
|
long |
userId
Sticker set owner.
|
Constructor and Description |
---|
SetStickerSetThumbnail()
Default constructor for a function, which sets a sticker set thumbnail; for bots only.
|
SetStickerSetThumbnail(long userId,
java.lang.String name,
TdApi.InputFile thumbnail)
Creates a function, which sets a sticker set thumbnail; for bots only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long userId
public java.lang.String name
public TdApi.InputFile thumbnail
public static final int CONSTRUCTOR
public SetStickerSetThumbnail()
Returns StickerSet
public SetStickerSetThumbnail(long userId, java.lang.String name, TdApi.InputFile thumbnail)
Returns StickerSet
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.public int getConstructor()
getConstructor
in class TdApi.Function