public static class TdApi.GetAllStickerEmojis extends TdApi.Function<TdApi.Emojis>
Returns Emojis
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier for which to find stickers.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
query
Search query.
|
boolean |
returnOnlyMainEmoji
Pass true if only main emoji for each found sticker must be included in the result.
|
TdApi.StickerType |
stickerType
Type of the stickers to search for.
|
| Constructor and Description |
|---|
GetAllStickerEmojis()
Default constructor for a function, which returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).
|
GetAllStickerEmojis(TdApi.StickerType stickerType,
java.lang.String query,
long chatId,
boolean returnOnlyMainEmoji)
Creates a function, which returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).
|
| 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 query
public long chatId
public boolean returnOnlyMainEmoji
public static final int CONSTRUCTOR
public GetAllStickerEmojis()
Returns Emojis
public GetAllStickerEmojis(TdApi.StickerType stickerType, java.lang.String query, long chatId, boolean returnOnlyMainEmoji)
Returns Emojis
stickerType - Type of the stickers to search for.query - Search query.chatId - Chat identifier for which to find stickers.returnOnlyMainEmoji - Pass true if only main emoji for each found sticker must be included in the result.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object