Interface ChannelCreatedEvent

interface ChannelCreatedEvent {
    channelId: string;
}

Properties

Properties

channelId: string

The channel ID.