public static class TdApi.GetSuggestedStickerSetName extends TdApi.Function<TdApi.Text>
Returns Text
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
title
Sticker set title; 1-64 characters.
|
| Constructor and Description |
|---|
GetSuggestedStickerSetName()
Default constructor for a function, which returns a suggested name for a new sticker set with a given title.
|
GetSuggestedStickerSetName(java.lang.String title)
Creates a function, which returns a suggested name for a new sticker set with a given title.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String title
public static final int CONSTRUCTOR
public GetSuggestedStickerSetName()
Returns Text
public GetSuggestedStickerSetName(java.lang.String title)
Returns Text
title - Sticker set title; 1-64 characters.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object