Class TdApi.UpdateFavoriteStickers

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateFavoriteStickers
    extends TdApi.Update
    The list of favorite stickers was updated.
    • 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()
        The list of favorite stickers was updated.
      • UpdateFavoriteStickers

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