Package org.drinkless.tdlib
Class TdApi.SetCustomEmojiStickerSetThumbnail
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.SetCustomEmojiStickerSetThumbnail
- Enclosing class:
- TdApi
Sets a custom emoji sticker set thumbnail.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of the custom emoji from the sticker set, which will be set as sticker set thumbnail; pass 0 to remove the sticker set thumbnail.Sticker set name. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which sets a custom emoji sticker set thumbnail.SetCustomEmojiStickerSetThumbnail(String name, long customEmojiId) Creates a function, which sets a custom emoji 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
-
name
Sticker set name. The sticker set must be owned by the current user. -
customEmojiId
public long customEmojiIdIdentifier of the custom emoji from the sticker set, which will be set as sticker set thumbnail; pass 0 to remove the sticker set thumbnail. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetCustomEmojiStickerSetThumbnail
public SetCustomEmojiStickerSetThumbnail()Default constructor for a function, which sets a custom emoji sticker set thumbnail.Returns
Ok -
SetCustomEmojiStickerSetThumbnail
Creates a function, which sets a custom emoji sticker set thumbnail.Returns
Ok- Parameters:
name- Sticker set name. The sticker set must be owned by the current user.customEmojiId- Identifier of the custom emoji from the sticker set, which will be set as sticker set thumbnail; pass 0 to remove the sticker set thumbnail.
-
-
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
-