Class TdApi.RemoveFavoriteSticker

Enclosing class:
TdApi

public static class TdApi.RemoveFavoriteSticker
extends TdApi.Function
Removes a sticker from the list of favorite stickers.

Returns Ok

  • Field Details

  • Constructor Details

    • RemoveFavoriteSticker

      public RemoveFavoriteSticker()
      Removes a sticker from the list of favorite stickers.

      Returns Ok

    • RemoveFavoriteSticker

      public RemoveFavoriteSticker​(TdApi.InputFile sticker)
      Removes a sticker from the list of favorite stickers.

      Returns Ok

      Parameters:
      sticker - InputFile Sticker file to delete from the list.
    • RemoveFavoriteSticker

      public RemoveFavoriteSticker​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details