UpdatedStatChannel: {
    channelId: string;
    channelName: string | null;
    kind: StatChannelKind;
    missingPermissions: string[];
    platform: StatChannelPlatform;
    username: string;
}

Type declaration

  • channelId: string
  • channelName: string | null
  • kind: StatChannelKind
  • missingPermissions: string[]

    Saved and reported rather than refused. A server may be about to grant the permission, and refusing would leave them unable to configure it in either order.

  • platform: StatChannelPlatform
  • username: string