public static class TdApi.SetStickerSetTitle extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
Sticker set name.
|
java.lang.String |
title
New sticker set title.
|
| Constructor and Description |
|---|
SetStickerSetTitle()
Default constructor for a function, which sets a sticker set title.
|
SetStickerSetTitle(java.lang.String name,
java.lang.String title)
Creates a function, which sets a sticker set title.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String name
public java.lang.String title
public static final int CONSTRUCTOR
public SetStickerSetTitle()
Returns Ok
public SetStickerSetTitle(java.lang.String name,
java.lang.String title)
Returns Ok
name - Sticker set name. The sticker set must be owned by the current user.title - New sticker set title.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object