Represents a open channel params.

interface OpenChannelUpdateParams {
    coverUrlOrImage?: string | FileCompat;
    customType?: string;
    data?: string;
    name?: string;
    operatorUserIds?: string[];
}

Properties

coverUrlOrImage?: string | FileCompat

The cover image or image URL of the channel.

customType?: string

The custom type of the channel.

data?: string

The data of the channel.

name?: string

The name of the channel.

operatorUserIds?: string[]

The operator user IDs of the channel.