Module tdlight.api

Class TdApi.GetRecentStickers

Enclosing class:
TdApi

public static final class TdApi.GetRecentStickers extends TdApi.Function<TdApi.Stickers>
Returns a list of recently used stickers. Returns Stickers
  • 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
      See Also:
  • Constructor Details

    • GetRecentStickers

      public GetRecentStickers()
      Returns a list of recently used stickers. Returns Stickers
    • GetRecentStickers

      public GetRecentStickers(boolean isAttached)
      Returns a list of recently used stickers. Returns Stickers
      Parameters:
      isAttached - boolean Pass true to return stickers and masks that were recently attached to photos or video files; pass false to return recently sent stickers.
    • GetRecentStickers

      public GetRecentStickers(DataInput input) throws IOException
      Returns a list of recently used stickers. Returns Stickers
      Throws:
      IOException
  • Method Details