public static class TdApi.GetSuggestedStickerSetName extends TdApi.Function
Returns Text
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function