Minimal ChannelSession surface — structural for testability.

interface ChannelSessionView {
    channelId: string;
    members: readonly `${string}:${string}`[];
    messages(): readonly ChannelMessage[];
}

Properties

Methods

Properties

channelId: string
members: readonly `${string}:${string}`[]

Methods