UNPKG

4chan-full

Version:

www.4chan.org non-official read only api. That supports cool things!

22 lines (14 loc) 320 B
const { BoardInfo } = require("./BoardInfo"); class PopularThread { /** @type {BoardInfo} */ boardInfo; /** @type {String} */ id; /** @type {String} */ teaser; /** @type {String} Thumbnail URL */ thumbnail; /** @type {String} */ url; } module.exports = { PopularThread };