Documentation - v1.2.0-alpha.10
    Preparing search index...

    Represents information about a channel.

    interface ChannelInfo {
        id?: string;
        name?: string;
        type?: ChannelTypes;
    }
    Index

    Properties

    Properties

    id?: string

    The ID of the channel.

    name?: string

    The name of the channel.

    The type of the channel.