StatChannel: {
    attempts: StatChannelAttempt[];
    channelId: string;
    channelName: string | null;
    channelType: number | null;
    cooldownActive: boolean;
    kind: StatChannelKind;
    missingPermissions: string[];
    platform: StatChannelPlatform;
    status: StatChannelStatus;
    username: string;
}

Type declaration

  • attempts: StatChannelAttempt[]

    Newest first. Empty means nothing has run for this channel since the bot last deployed.

  • channelId: string
  • channelName: string | null

    null when the channel could not be read - see status for which reason.

  • channelType: number | null
  • cooldownActive: boolean
  • kind: StatChannelKind
  • missingPermissions: string[]
  • platform: StatChannelPlatform
  • status: StatChannelStatus
  • username: string