interface Topic {
    $type$: "Topic";
    channel: SHA256IdHash<ChannelInfo>;
    id: string;
    name?: string;
}

Properties

Properties

$type$: "Topic"
channel: SHA256IdHash<ChannelInfo>
id: string
name?: string