Represents a feed channel change logs params.

interface FeedChannelChangeLogsParams {
    includeEmpty?: boolean;
}

Properties

Properties

includeEmpty?: boolean

Whether to include the channels with no message. (default: true)