pl-api
    Preparing search index...

    Type Alias ScheduledStatus

    ScheduledStatus: {
        id: string;
        media_attachments: (
            | {
                blurhash: string
                | null;
                description: string;
                id: string;
                meta: {
                    focus?: { x: number; y: number };
                    original?: {
                        aspect: number | null;
                        height: number;
                        size: string | null;
                        width: number;
                    };
                    small?: {
                        aspect: number
                        | null;
                        height: number;
                        size: string | null;
                        width: number;
                    };
                };
                mime_type: string
                | null;
                preview_url: string;
                remote_url: string | null;
                type: "image";
                url: string;
            }
            | {
                blurhash: string
                | null;
                description: string;
                id: string;
                meta: {
                    duration?: number;
                    original?: {
                        aspect: number | null;
                        duration: number | null;
                        frame_rate: string | null;
                        height: number;
                        size: string | null;
                        width: number;
                    };
                    small?: {
                        aspect: number
                        | null;
                        height: number;
                        size: string | null;
                        width: number;
                    };
                };
                mime_type: string
                | null;
                preview_url: string;
                remote_url: string | null;
                type: "video";
                url: string;
            }
            | {
                blurhash: string
                | null;
                description: string;
                id: string;
                meta: {
                    duration?: number;
                    focus?: { x: number; y: number };
                    original?: {
                        aspect: number | null;
                        height: number;
                        size: string | null;
                        width: number;
                    };
                };
                mime_type: string
                | null;
                preview_url: string;
                remote_url: string | null;
                type: "gifv";
                url: string;
            }
            | {
                blurhash: string
                | null;
                description: string;
                id: string;
                meta: {
                    colors?: {
                        accent?: string;
                        background?: string;
                        duration?: number;
                        foreground?: string;
                    };
                    duration?: number;
                    original?: { bitrate?: number; duration?: number };
                };
                mime_type: string
                | null;
                preview_url: string;
                remote_url: string | null;
                type: "audio";
                url: string;
            }
            | {
                blurhash: string
                | null;
                description: string;
                id: string;
                mime_type: string | null;
                preview_url: string;
                remote_url: string | null;
                type: "unknown";
                url: string;
            }
        )[];
        params: {
            application_id: number
            | null;
            expires_in: number | null;
            idempotency: string | null;
            in_reply_to_id: string | null;
            language: string | null;
            media_ids: string | null;
            poll:
                | {
                    expires_in: string;
                    hide_totals?: boolean;
                    multiple?: boolean;
                    options: string[];
                }
                | null;
            scheduled_at: string
            | null;
            sensitive: boolean | null;
            spoiler_text: string | null;
            text: string | null;
            visibility: string;
            with_rate_limit: boolean;
        };
        scheduled_at: string;
    }

    Type Declaration

    • id: string
    • media_attachments: (
          | {
              blurhash: string
              | null;
              description: string;
              id: string;
              meta: {
                  focus?: { x: number; y: number };
                  original?: {
                      aspect: number | null;
                      height: number;
                      size: string | null;
                      width: number;
                  };
                  small?: {
                      aspect: number
                      | null;
                      height: number;
                      size: string | null;
                      width: number;
                  };
              };
              mime_type: string
              | null;
              preview_url: string;
              remote_url: string | null;
              type: "image";
              url: string;
          }
          | {
              blurhash: string
              | null;
              description: string;
              id: string;
              meta: {
                  duration?: number;
                  original?: {
                      aspect: number | null;
                      duration: number | null;
                      frame_rate: string | null;
                      height: number;
                      size: string | null;
                      width: number;
                  };
                  small?: {
                      aspect: number
                      | null;
                      height: number;
                      size: string | null;
                      width: number;
                  };
              };
              mime_type: string
              | null;
              preview_url: string;
              remote_url: string | null;
              type: "video";
              url: string;
          }
          | {
              blurhash: string
              | null;
              description: string;
              id: string;
              meta: {
                  duration?: number;
                  focus?: { x: number; y: number };
                  original?: {
                      aspect: number | null;
                      height: number;
                      size: string | null;
                      width: number;
                  };
              };
              mime_type: string
              | null;
              preview_url: string;
              remote_url: string | null;
              type: "gifv";
              url: string;
          }
          | {
              blurhash: string
              | null;
              description: string;
              id: string;
              meta: {
                  colors?: {
                      accent?: string;
                      background?: string;
                      duration?: number;
                      foreground?: string;
                  };
                  duration?: number;
                  original?: { bitrate?: number; duration?: number };
              };
              mime_type: string
              | null;
              preview_url: string;
              remote_url: string | null;
              type: "audio";
              url: string;
          }
          | {
              blurhash: string
              | null;
              description: string;
              id: string;
              mime_type: string | null;
              preview_url: string;
              remote_url: string | null;
              type: "unknown";
              url: string;
          }
      )[]
    • params: {
          application_id: number | null;
          expires_in: number | null;
          idempotency: string | null;
          in_reply_to_id: string | null;
          language: string | null;
          media_ids: string | null;
          poll:
              | {
                  expires_in: string;
                  hide_totals?: boolean;
                  multiple?: boolean;
                  options: string[];
              }
              | null;
          scheduled_at: string
          | null;
          sensitive: boolean | null;
          spoiler_text: string | null;
          text: string | null;
          visibility: string;
          with_rate_limit: boolean;
      }
    • scheduled_at: string