Class TdApi.RemoveRecentSticker

Enclosing class:
TdApi

public static class TdApi.RemoveRecentSticker
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details