Class TdApi.UpdateFavoriteStickers

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateFavoriteStickers
Enclosing class:
TdApi

public static class TdApi.UpdateFavoriteStickers
extends TdApi.Update
The list of favorite stickers was updated.
  • Field Details

    • stickerIds

      public int[] stickerIds
      The new list of file identifiers of favorite stickers.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • UpdateFavoriteStickers

      public UpdateFavoriteStickers()
      The list of favorite stickers was updated.
    • UpdateFavoriteStickers

      public UpdateFavoriteStickers​(int[] stickerIds)
      The list of favorite stickers was updated.
      Parameters:
      stickerIds - int[] The new list of file identifiers of favorite stickers.
    • UpdateFavoriteStickers

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