- Enclosing class:
- TdApi
Sets a sticker set thumbnail; for bots
only. Returns the sticker set.
Returns
StickerSet
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Sticker set name.Thumbnail to set in PNG or TGS format; pass null to remove the sticker set thumbnail.long
Sticker set owner. -
Constructor Summary
ConstructorDescriptionSets a sticker set thumbnail; for bots only.SetStickerSetThumbnail
(long userId, String name, TdApi.InputFile thumbnail) Sets a sticker set thumbnail; for bots only.SetStickerSetThumbnail
(DataInput input) Sets a sticker set thumbnail; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
userId
public long userIdSticker 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetStickerSetThumbnail
public SetStickerSetThumbnail()Sets a sticker set thumbnail; for bots only. Returns the sticker set. ReturnsStickerSet
-
SetStickerSetThumbnail
Sets a sticker set thumbnail; for bots only. Returns the sticker set. ReturnsStickerSet
- Parameters:
userId
- long Sticker set owner.name
- String Sticker set name.thumbnail
- InputFile 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.
-
SetStickerSetThumbnail
Sets a sticker set thumbnail; for bots only. Returns the sticker set. ReturnsStickerSet
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-