- Enclosing class:
- TdApi
Returns unique emoji that correspond to stickers to be found by the
getStickers(stickerType, query, 1000000, chatId).
Returns Emojis
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier for which to find stickers.static final int
Identifier uniquely determining type of the object.Search query.boolean
Pass true if only main emoji for each found sticker must be included in the result.Type of the stickers to search for. -
Constructor Summary
ConstructorDescriptionReturns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).GetAllStickerEmojis
(TdApi.StickerType stickerType, String query, long chatId, boolean returnOnlyMainEmoji) Returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).GetAllStickerEmojis
(DataInput input) Returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId). -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
stickerType
Type of the stickers to search for. -
query
Search query. -
chatId
public long chatIdChat identifier for which to find stickers. -
returnOnlyMainEmoji
public boolean returnOnlyMainEmojiPass true if only main emoji for each found sticker must be included in the result. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetAllStickerEmojis
public GetAllStickerEmojis()Returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).Returns
Emojis
-
GetAllStickerEmojis
public GetAllStickerEmojis(TdApi.StickerType stickerType, String query, long chatId, boolean returnOnlyMainEmoji) Returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).Returns
Emojis
- Parameters:
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.Returns
Emojis
-
GetAllStickerEmojis
Returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).Returns
Emojis
- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-