interface AddChatItemAction {
    clientId: string;
    item: YouTube.Item;
}

Properties

Properties

clientId: string