Module tdlight.api

Class TdApi.GetStickers

Enclosing class:
TdApi

public static final class TdApi.GetStickers extends TdApi.Function<TdApi.Stickers>
Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is non-empty, then favorite, recently used or trending stickers may also be returned. Returns Stickers
  • Field Details

    • stickerType

      public TdApi.StickerType stickerType
      Type of the sticker sets to return.
    • emoji

      public String emoji
      String representation of emoji. If empty, returns all known installed stickers.
    • limit

      public int limit
      The maximum number of stickers to be returned.
    • chatId

      public long chatId
      Chat identifier for which to return stickers. Available custom emoji may be different for different chats.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetStickers

      public GetStickers()
      Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is non-empty, then favorite, recently used or trending stickers may also be returned. Returns Stickers
    • GetStickers

      public GetStickers(TdApi.StickerType stickerType, String emoji, int limit, long chatId)
      Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is non-empty, then favorite, recently used or trending stickers may also be returned. Returns Stickers
      Parameters:
      stickerType - StickerType Type of the sticker sets to return.
      emoji - String String representation of emoji. If empty, returns all known installed stickers.
      limit - int The maximum number of stickers to be returned.
      chatId - long Chat identifier for which to return stickers. Available custom emoji may be different for different chats.
    • GetStickers

      public GetStickers(DataInput input) throws IOException
      Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is non-empty, then favorite, recently used or trending stickers may also be returned. Returns Stickers
      Throws:
      IOException
  • Method Details