public static class TdApi.SearchStickers extends TdApi.Function<TdApi.Stickers>
Returns Stickers
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emojis
Space-separated list of emojis to search for.
|
java.lang.String[] |
inputLanguageCodes
List of possible IETF language tags of the user's input language; may be empty if unknown.
|
int |
limit
The maximum number of stickers to be returned; 0-100.
|
int |
offset
The offset from which to return the stickers; must be non-negative.
|
java.lang.String |
query
Query to search for; may be empty to search for emoji only.
|
TdApi.StickerType |
stickerType
Type of the stickers to return.
|
| Constructor and Description |
|---|
SearchStickers()
Default constructor for a function, which searches for stickers from public sticker sets that correspond to any of the given emoji.
|
SearchStickers(TdApi.StickerType stickerType,
java.lang.String emojis,
java.lang.String query,
java.lang.String[] inputLanguageCodes,
int offset,
int limit)
Creates a function, which searches for stickers from public sticker sets that correspond to any of the given emoji.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StickerType stickerType
public java.lang.String emojis
public java.lang.String query
public java.lang.String[] inputLanguageCodes
public int offset
public int limit
public static final int CONSTRUCTOR
public SearchStickers()
Returns Stickers
public SearchStickers(TdApi.StickerType stickerType, java.lang.String emojis, java.lang.String query, java.lang.String[] inputLanguageCodes, int offset, int limit)
Returns Stickers
stickerType - Type of the stickers to return.emojis - Space-separated list of emojis to search for.query - Query to search for; may be empty to search for emoji only.inputLanguageCodes - List of possible IETF language tags of the user's input language; may be empty if unknown.offset - The offset from which to return the stickers; must be non-negative.limit - The maximum number of stickers to be returned; 0-100.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object