Class TdApi.GetRecentStickers

Enclosing class:
TdApi

public static class TdApi.GetRecentStickers extends TdApi.Function<TdApi.Stickers>
Returns a list of recently used stickers.

Returns Stickers

  • Nested Class Summary

    Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function

    TdApi.Function.Constructors
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    boolean
    Pass true to return stickers and masks that were recently attached to photos or video files; pass false to return recently sent stickers.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which returns a list of recently used stickers.
    GetRecentStickers(boolean isAttached)
    Creates a function, which returns a list of recently used stickers.
  • Method Summary

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

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

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

    • isAttached

      public boolean isAttached
      Pass true to return stickers and masks that were recently attached to photos or video files; pass false to return recently sent stickers.
    • CONSTRUCTOR

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

    • GetRecentStickers

      public GetRecentStickers()
      Default constructor for a function, which returns a list of recently used stickers.

      Returns Stickers

    • GetRecentStickers

      public GetRecentStickers(boolean isAttached)
      Creates a function, which returns a list of recently used stickers.

      Returns Stickers

      Parameters:
      isAttached - Pass true to return stickers and masks that were recently attached to photos or video files; pass false to return recently sent stickers.
  • Method Details