UNPKG

@memberjunction/actions-bizapps-social

Version:

Social Media Actions for MemberJunction - Twitter, LinkedIn, Facebook, Instagram, TikTok, YouTube, HootSuite, Buffer

28 lines 839 B
import { YouTubeBaseAction } from '../youtube-base.action.js'; import { ActionParam, ActionResultSimple, RunActionParams } from '@memberjunction/actions-base'; /** * Action to get videos from a YouTube channel */ export declare class YouTubeGetChannelVideosAction extends YouTubeBaseAction { /** * Get videos from a YouTube channel */ protected InternalRunAction(params: RunActionParams): Promise<ActionResultSimple>; /** * Group videos by privacy status */ private groupByPrivacy; /** * Get error code from error message */ private getErrorCode; /** * Define the parameters this action expects */ get Params(): ActionParam[]; /** * Metadata about this action */ get Description(): string; } //# sourceMappingURL=get-channel-videos.action.d.ts.map