Class TdApi.RemoveFavoriteSticker

Enclosing class:
TdApi

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

Returns Ok

  • Field Details

    • sticker

      public TdApi.InputFile sticker
      Sticker file to delete from the list.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • RemoveFavoriteSticker

      public RemoveFavoriteSticker()
      Default constructor for a function, which removes a sticker from the list of favorite stickers.

      Returns Ok

    • RemoveFavoriteSticker

      public RemoveFavoriteSticker(TdApi.InputFile sticker)
      Creates a function, which removes a sticker from the list of favorite stickers.

      Returns Ok

      Parameters:
      sticker - Sticker file to delete from the list.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR