Class DirectBroadcastVideoAttachmentMessage

Send new video from a gallery

Implements

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Parameters

    • uploadId: string
    • waterfallId: string

    Returns Promise<unknown>

  • Returns Promise<{
        body: {
            attachment_fbid: string;
            video_result: string;
        };
        item: string;
    }>

  • Parameters

    • uploadId: string
    • waterfallId: string

    Returns Promise<{
        media_id: string;
    }>