Package org.drinkless.tdlib
Class TdApi.SetStickerSetTitle
- Enclosing class:
- TdApi
Sets a sticker set title.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Sticker set name.New sticker set title. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which sets a sticker set title.SetStickerSetTitle(String name, String title) Creates a function, which sets a sticker set title. -
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. -
title
New sticker set title. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetStickerSetTitle
public SetStickerSetTitle()Default constructor for a function, which sets a sticker set title.Returns
Ok -
SetStickerSetTitle
Creates a function, which sets a sticker set title.Returns
Ok- Parameters:
name- Sticker set name. The sticker set must be owned by the current user.title- New sticker set title.
-
-
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
-