- Enclosing class:
- TdApi
Returns stickers from the installed sticker sets that correspond to
any of the given emoji or can be found by sticker-specific keywords.
If the query is non-empty, then favorite, recently used or trending
stickers may also be returned.
Returns Stickers
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier for which to return stickers.static final int
Identifier uniquely determining type of the object.int
The maximum number of stickers to be returned.Search query; a space-separated list of emoji or a keyword prefix.Type of the stickers to return. -
Constructor Summary
ConstructorDescriptionReturns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords.GetStickers
(TdApi.StickerType stickerType, String query, int limit, long chatId) Returns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords.GetStickers
(DataInput input) Returns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords. -
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 return. -
query
Search query; a space-separated list of emoji or a keyword prefix. If empty, returns all known installed stickers. -
limit
public int limitThe maximum number of stickers to be returned. -
chatId
public long chatIdChat identifier for which to return stickers. Available custom emoji stickers may be different for different chats. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetStickers
public GetStickers()Returns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords. If the query is non-empty, then favorite, recently used or trending stickers may also be returned.Returns
Stickers
-
GetStickers
Returns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords. If the query is non-empty, then favorite, recently used or trending stickers may also be returned.Returns
Stickers
- Parameters:
stickerType
- Type of the stickers to return.query
- Search query; a space-separated list of emoji or a keyword prefix. If empty, returns all known installed stickers.limit
- The maximum number of stickers to be returned.chatId
- Chat identifier for which to return stickers. Available custom emoji stickers may be different for different chats.Returns
Stickers
-
GetStickers
Returns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords. If the query is non-empty, then favorite, recently used or trending stickers may also be returned.Returns
Stickers
- 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()
-