Module tdlight.api

Class TdApi.RemoveRecentSticker

Enclosing class:
TdApi

public static final class TdApi.RemoveRecentSticker extends TdApi.Function<TdApi.Ok>
Removes a sticker from the list of recently used stickers. Returns Ok
  • Field Details

    • isAttached

      public boolean isAttached
      Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers.
    • sticker

      public TdApi.InputFile sticker
      Sticker file to delete.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • RemoveRecentSticker

      public RemoveRecentSticker()
      Removes a sticker from the list of recently used stickers. Returns Ok
    • RemoveRecentSticker

      public RemoveRecentSticker(boolean isAttached, TdApi.InputFile sticker)
      Removes a sticker from the list of recently used stickers. Returns Ok
      Parameters:
      isAttached - boolean Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers.
      sticker - InputFile Sticker file to delete.
    • RemoveRecentSticker

      public RemoveRecentSticker(DataInput input) throws IOException
      Removes a sticker from the list of recently used stickers. Returns Ok
      Throws:
      IOException
  • Method Details