UNPKG

@memberjunction/actions-bizapps-social

Version:

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

28 lines 841 B
import { TwitterBaseAction } from '../twitter-base.action'; import { ActionParam, ActionResultSimple, RunActionParams } from '@memberjunction/actions-base'; /** * Action to create a thread (series of connected tweets) on Twitter/X */ export declare class TwitterCreateThreadAction extends TwitterBaseAction { /** * Create a thread on Twitter */ protected InternalRunAction(params: RunActionParams): Promise<ActionResultSimple>; /** * Add thread numbers to tweets */ private addThreadNumbers; /** * Get error code based on error type */ private getErrorCode; /** * Define the parameters this action expects */ get Params(): ActionParam[]; /** * Get action description */ get Description(): string; } //# sourceMappingURL=create-thread.action.d.ts.map