WebsocketSendToChannelData: OmitStrict<
    WebsocketSendData<never, B>,
    "connection",
> & { channelId: string }

Input for sending to a channel.

Type Parameters

  • B extends boolean

Type declaration

  • channelId: string

    The id of the channel to send to.