Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
l2ps
channel
ChannelSessionView
Interface ChannelSessionView
Minimal ChannelSession surface — structural for testability.
interface
ChannelSessionView
{
channelId
:
string
;
members
:
readonly
`
${
string
}
:
${
string
}
`
[]
;
messages
(
)
:
readonly
ChannelMessage
[]
;
}
Index
Properties
channel
Id
members
Methods
messages
Properties
Readonly
channel
Id
channel
Id
:
string
Readonly
members
members
:
readonly
`
${
string
}
:
${
string
}
`
[]
Methods
messages
messages
(
)
:
readonly
ChannelMessage
[]
Returns
readonly
ChannelMessage
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
channel
Id
members
Methods
messages
@kynesyslabs/demosdk
Loading...
Minimal ChannelSession surface — structural for testability.