Interface MemberChannel

Represents a Member Channel

interface MemberChannel {
    from: Nullable<ChannelJS>;
    to: Nullable<ChannelJS>;
    type: MemberChannelType;
}

Properties

Properties

from: Nullable<ChannelJS>

The from Channel

to: Nullable<ChannelJS>

The to Channel