Class TdApi.GetAllStickerEmojis

Enclosing class:
TdApi

public static class TdApi.GetAllStickerEmojis extends TdApi.Function<TdApi.Emojis>
Returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).

Returns Emojis

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    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

    Constructors
    Constructor
    Description
    Default constructor for a function, which returns 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)
    Creates a function, which returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • stickerType

      public TdApi.StickerType stickerType
      Type of the stickers to search for.
    • query

      public String query
      Search query.
    • chatId

      public long chatId
      Chat identifier for which to find stickers.
    • returnOnlyMainEmoji

      public boolean returnOnlyMainEmoji
      Pass true if only main emoji for each found sticker must be included in the result.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetAllStickerEmojis

      public GetAllStickerEmojis()
      Default constructor for a function, which 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)
      Creates a function, which 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.
  • 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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR