Skip to main content

TypeScript shape

interface MobulaTokenLiveData {
  status: string | null;
  thumbnail: string | null;
  title: string | null;
  replyCount: number | null;
}
status
String
Live stream status.
thumbnail
String
Live stream thumbnail URL.
title
String
Live stream title.
replyCount
Int
Reply count.