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 not empty, favorite and recently used stickers may also be returned.

    Returns Stickers

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String emoji
      String representation of emoji.
      int limit
      Maximum number of stickers to be returned.
    • Constructor Summary

      Constructors 
      Constructor Description
      GetStickers()
      Default constructor.
      GetStickers​(java.lang.String emoji, int limit)
      Constructor for initialization of all fields.
    • Field Detail

      • emoji

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

        public int limit
        Maximum number of stickers to be returned.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetStickers

        public GetStickers()
        Default constructor.
      • GetStickers

        public GetStickers​(java.lang.String emoji,
                           int limit)
        Constructor for initialization of all fields.
        Parameters:
        emoji - String representation of emoji. If empty, returns all known installed stickers.
        limit - Maximum number of stickers to be returned.