Mika Scraper / MobileLegendsNewsItem
Interface: MobileLegendsNewsItem
Defined in: src/games/mobile-legends/ml-news.ts:36
Represents a news article item extracted from the Mobile Legends API.
Properties
title
title:
string
The title of the news article.
Defined in: src/games/mobile-legends/ml-news.ts:37
author
author:
null
|string
The name of the author of the news article, or null
if not available.
Defined in: src/games/mobile-legends/ml-news.ts:38
avatar
avatar:
null
|string
A URL to the avatar image of the author, or null
if not available.
Defined in: src/games/mobile-legends/ml-news.ts:39
thumbnail
thumbnail:
null
|string
A URL to a thumbnail image for the news article, or null
if not available.
Defined in: src/games/mobile-legends/ml-news.ts:40
date
date:
string
The publication date of the news article in ISO 8601 format.
Defined in: src/games/mobile-legends/ml-news.ts:41
caption
caption:
string
A brief description or summary of the news article.
Defined in: src/games/mobile-legends/ml-news.ts:42
link
link:
string
A URL linking to the full news article.
Defined in: src/games/mobile-legends/ml-news.ts:43