Package org.drinkless.tdlib
Class TdApi.SetStickerSetThumbnail
- Enclosing class:
- TdApi
Sets a sticker set thumbnail.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Format of the thumbnail; pass null if thumbnail is removed.Sticker set name.Thumbnail to set; pass null to remove the sticker set thumbnail.longSticker set owner; ignored for regular users. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which sets a sticker set thumbnail.SetStickerSetThumbnail(long userId, String name, TdApi.InputFile thumbnail, TdApi.StickerFormat format) Creates a function, which sets a sticker set thumbnail. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
userId
public long userIdSticker set owner; ignored for regular users. -
name
Sticker set name. The sticker set must be owned by the current user. -
thumbnail
Thumbnail to set; pass null to remove the sticker set thumbnail. -
format
Format of the thumbnail; pass null if thumbnail is removed. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetStickerSetThumbnail
public SetStickerSetThumbnail()Default constructor for a function, which sets a sticker set thumbnail.Returns
Ok -
SetStickerSetThumbnail
public SetStickerSetThumbnail(long userId, String name, TdApi.InputFile thumbnail, TdApi.StickerFormat format) Creates a function, which sets a sticker set thumbnail.Returns
Ok- Parameters:
userId- Sticker set owner; ignored for regular users.name- Sticker set name. The sticker set must be owned by the current user.thumbnail- Thumbnail to set; pass null to remove the sticker set thumbnail.format- Format of the thumbnail; pass null if thumbnail is removed.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-