RetriedStatChannel: {
    channelId: string;
    dispatched: boolean;
    kind: StatChannelKind;
    platform: StatChannelPlatform;
    username: string;
}

Type declaration

  • channelId: string
  • dispatched: boolean

    Always true - it is all the server can prove. The OUTCOME lands in the channel's attempts, which getStatChannels returns, so poll that rather than treating this as a success.

  • kind: StatChannelKind
  • platform: StatChannelPlatform
  • username: string