UNPKG

4chan-full

Version:

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

13 lines (9 loc) 266 B
class MessageContentPart { /** @type {String} */ text; /** @type {"plaintext"|"linebreak"|"quote"|"quotelink"|"other"} */ type; /** @type {String?} It only exists when type is "quotelink" */ url; } module.exports = { MessageContentPart };