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. post covers content platforms with no live concept (Club); guild is the bot joining a server. premium was REMOVED - it had no producer and never occurred.