Interface LiveSwitchCommentsResponseRootObject

interface LiveSwitchCommentsResponseRootObject {
    comment_muted: number;
    status: string;
}

Properties

comment_muted: number
status: string