Class TdApi.GetStickers

Enclosing class:
TdApi

public static class TdApi.GetStickers
extends TdApi.Function
Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is non-empty, favorite and recently used stickers may also be returned.

Returns Stickers

  • Field Details

    • 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.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetStickers

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

      Returns Stickers

    • GetStickers

      public GetStickers​(String emoji, int limit)
      Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is non-empty, favorite and recently used stickers may also be returned.

      Returns Stickers

      Parameters:
      emoji - String String representation of emoji. If empty, returns all known installed stickers.
      limit - int The maximum number of stickers to be returned.
    • GetStickers

      public GetStickers​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details