Module tdlight.api

Class TdApi.RemoveFavoriteSticker

Enclosing class:
TdApi

public static final class TdApi.RemoveFavoriteSticker extends TdApi.Function<TdApi.Ok>
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
      Removes a sticker from the list of favorite stickers. Returns Ok
      Throws:
      IOException
  • Method Details