Package org.drinkless.tdlib
Class TdApi.SetStickerSetTitle
- Enclosing class:
- TdApi
Sets a sticker set title.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier 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 TypeMethodDescriptionint
Returns 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.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-