- Enclosing class:
- TdApi
Sets a sticker set thumbnail; for bots only.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSticker set name.Thumbnail to set in PNG, TGS, or WEBM format; pass null to remove the sticker set thumbnail.longSticker set owner. -
Constructor Summary
ConstructorsConstructorDescriptionSets 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
toStringMethods 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, TGS, or WEBM format; pass null to remove the sticker set thumbnail. Thumbnail format must match the format of stickers in the set. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetStickerSetThumbnail
public SetStickerSetThumbnail()Sets a sticker set thumbnail; for bots only. ReturnsOk -
SetStickerSetThumbnail
Sets a sticker set thumbnail; for bots only. ReturnsOk- Parameters:
userId- long Sticker set owner.name- String Sticker set name.thumbnail- InputFile Thumbnail to set in PNG, TGS, or WEBM format; pass null to remove the sticker set thumbnail. Thumbnail format must match the format of stickers in the set.
-
SetStickerSetThumbnail
Sets a sticker set thumbnail; for bots only. ReturnsOk- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-