interface ChannelReference {
    id: string;
    obj?: Channel;
    typeId: "channel";
}

Properties

Properties

id: string

Unique identifier of the referenced Channel.

obj?: Channel

Contains the representation of the expanded Channel. Only present in responses to requests with Reference Expansion for Channels.

typeId: "channel"

Generated using TypeDoc