Class TdApi.UpdateFavoriteStickers

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int[] stickerIds
      The new list of file identifiers of favorite stickers.
    • Field Detail

      • stickerIds

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateFavoriteStickers

        public UpdateFavoriteStickers()
        Default constructor.
      • UpdateFavoriteStickers

        public UpdateFavoriteStickers​(int[] stickerIds)
        Constructor for initialization of all fields.
        Parameters:
        stickerIds - The new list of file identifiers of favorite stickers.