StatChannelAttempt: {
    at: number;
    name?: string;
    ok: boolean;
    reason?: string;
}

One recorded rename attempt. The bot keeps the last eight per channel, for 30 days.

Type declaration

  • at: number

    Unix ms.

  • Optionalname?: string

    What the channel was renamed to, when it was.

  • ok: boolean
  • Optionalreason?: string

    Why not, when it was not - feature-off, channel-missing, missing-permissions, or the raw error.