Module tdlight.api

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 final 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:
  • 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
      The list of favorite stickers was updated.
      Throws:
      IOException
  • Method Details