Type Alias RecentActivityType
RecentActivityType: {
createdAt: number;
message: string;
type:
| "live"
| "post"
| "vod"
| "clip"
| "overlay"
| "link"
| "vote"
| "guild";
}[]
Type declaration
createdAt: number
message: string
type:
| "live"
| "post"
| "vod"
| "clip"
| "overlay"
| "link"
| "vote"
| "guild"
Mirrors the bot's union.
postcovers content platforms with no live concept (Club);guildis the bot joining a server.premiumwas REMOVED - it had no producer and never occurred.