pl-api
    Preparing search index...

    Type Alias AdminReport

    AdminReport: {
        account: {
            account: Account | null;
            actor_type: string | null;
            approved: boolean;
            confirmed: boolean;
            created_at: string;
            created_by_application_id?: string;
            disabled: boolean;
            display_name: string | null;
            domain: string | null;
            email: string | null;
            id: string;
            invite_request: string | null;
            invited_by_account_id?: string;
            ip: string | null;
            ips: { ip: string; used_at: string }[];
            locale: string | null;
            role:
                | {
                    color: string;
                    highlighted: boolean;
                    id: string;
                    name: string;
                    permissions: string;
                }
                | null;
            sensitized: boolean;
            silenced: boolean;
            suggested: boolean
            | null;
            suspended: boolean;
            username: string;
        };
        action_taken?: boolean;
        action_taken_at: string
        | null;
        action_taken_by_account:
            | {
                account: Account
                | null;
                actor_type: string | null;
                approved: boolean;
                confirmed: boolean;
                created_at: string;
                created_by_application_id?: string;
                disabled: boolean;
                display_name: string | null;
                domain: string | null;
                email: string | null;
                id: string;
                invite_request: string | null;
                invited_by_account_id?: string;
                ip: string | null;
                ips: { ip: string; used_at: string }[];
                locale: string | null;
                role:
                    | {
                        color: string;
                        highlighted: boolean;
                        id: string;
                        name: string;
                        permissions: string;
                    }
                    | null;
                sensitized: boolean;
                silenced: boolean;
                suggested: boolean
                | null;
                suspended: boolean;
                username: string;
            }
            | null;
        assigned_account: | {
            account: Account
            | null;
            actor_type: string | null;
            approved: boolean;
            confirmed: boolean;
            created_at: string;
            created_by_application_id?: string;
            disabled: boolean;
            display_name: string | null;
            domain: string | null;
            email: string | null;
            id: string;
            invite_request: string | null;
            invited_by_account_id?: string;
            ip: string | null;
            ips: { ip: string; used_at: string }[];
            locale: string | null;
            role:
                | {
                    color: string;
                    highlighted: boolean;
                    id: string;
                    name: string;
                    permissions: string;
                }
                | null;
            sensitized: boolean;
            silenced: boolean;
            suggested: boolean
            | null;
            suspended: boolean;
            username: string;
        }
        | null;
        category?: string;
        comment?: string;
        created_at?: string;
        forwarded?: boolean;
        id: string;
        rules: {
            hint: string;
            id: string;
            text: string;
            translations?: { [key: string]: { hint: string; text: string } };
        }[];
        statuses: {
            account: Account
            | null;
            application: { name: string; website: string | null } | null;
            approval_status: "rejected" | "pending" | "approval" | null;
            bookmark_folder: string | null;
            bookmarked: boolean;
            card:
                | {
                    author_name: string;
                    author_url: string;
                    authors: { account: Account
                    | null; name: string; url: string }[];
                    blurhash: string | null;
                    description: string;
                    embed_url: string;
                    height: number;
                    html: string;
                    image: string | null;
                    image_description: string;
                    provider_name: string;
                    provider_url: string;
                    title: string;
                    type: "link" | "video" | "photo" | "rich";
                    url: string;
                    width: number;
                }
                | null;
            content: string;
            content_map: { [key: string]: string }
            | null;
            content_type: string | null;
            conversation_id?: string;
            created_at: string;
            direct_conversation_id?: string;
            disliked: boolean;
            dislikes_count: number;
            edited_at: string | null;
            emoji_reactions: (
                | {
                    account_ids: string[];
                    accounts: Account[];
                    count: number
                    | null;
                    me: boolean;
                    name: string;
                    static_url: undefined;
                    url: undefined;
                }
                | {
                    account_ids: string[];
                    accounts: Account[];
                    count: number
                    | null;
                    me: boolean;
                    name: string;
                    static_url: string;
                    url: string;
                }
            )[];
            emojis: {
                category: string
                | null;
                shortcode: string;
                static_url: string;
                url: string;
                visible_in_picker: boolean;
            }[];
            event: | {
                end_time: string
                | null;
                join_mode: "free" | "restricted" | "invite" | "external" | null;
                join_state: "pending" | "reject" | "accept" | null;
                location:
                    | {
                        country: string;
                        latitude: number
                        | null;
                        locality: string;
                        longitude: number | null;
                        name: string;
                        postal_code: string;
                        region: string;
                        street: string;
                        url: string;
                    }
                    | null;
                name: string;
                participants_count: number;
                participation_request_count: number;
                start_time: string
                | null;
            }
            | null;
            expires_at?: string;
            favourited: boolean;
            favourites_count: number;
            filtered: {
                filter: {
                    context: ("account" | "public" | "home" | "notifications" | "thread")[];
                    expires_at: string | null;
                    filter_action: "warn" | "hide" | "blur";
                    id: string;
                    title: string;
                };
                keyword_matches: string
                | null;
                status_matches: string | null;
            }[];
            group: | {
                avatar: string;
                avatar_default: boolean;
                avatar_description: string;
                avatar_static: string;
                created_at: string;
                display_name: string;
                domain: string;
                emojis: {
                    category: string
                    | null;
                    shortcode: string;
                    static_url: string;
                    url: string;
                    visible_in_picker: boolean;
                }[];
                header: string;
                header_default: boolean;
                header_description: string;
                header_static: string;
                id: string;
                locked: boolean;
                members_count: number;
                membership_required: boolean;
                note: string;
                owner: { id: string }
                | null;
                relationship:
                    | {
                        id: string;
                        member: boolean;
                        requested: boolean;
                        role?: OWNER
                        | ADMIN
                        | MODERATOR
                        | USER;
                    }
                    | null;
                statuses_visibility: string;
                uri: string;
                url: string;
            }
            | null;
            id: string;
            in_reply_to_account_acct?: string;
            in_reply_to_account_id: string
            | null;
            in_reply_to_id: string | null;
            interaction_policy: {
                can_favourite: {
                    automatic_approval: (
                        | "following"
                        | "me"
                        | "public"
                        | "followers"
                        | "mutuals"
                        | "mentioned"
                        | "author"
                    )[];
                    manual_approval: (
                        | "following"
                        | "me"
                        | "public"
                        | "followers"
                        | "mutuals"
                        | "mentioned"
                        | "author"
                    )[];
                };
                can_reblog: {
                    automatic_approval: (
                        | "following"
                        | "me"
                        | "public"
                        | "followers"
                        | "mutuals"
                        | "mentioned"
                        | "author"
                    )[];
                    manual_approval: (
                        | "following"
                        | "me"
                        | "public"
                        | "followers"
                        | "mutuals"
                        | "mentioned"
                        | "author"
                    )[];
                };
                can_reply: {
                    automatic_approval: (
                        | "following"
                        | "me"
                        | "public"
                        | "followers"
                        | "mutuals"
                        | "mentioned"
                        | "author"
                    )[];
                    manual_approval: (
                        | "following"
                        | "me"
                        | "public"
                        | "followers"
                        | "mutuals"
                        | "mentioned"
                        | "author"
                    )[];
                };
            };
            language: string
            | null;
            list_id: number | null;
            local?: boolean;
            local_only?: boolean;
            location:
                | {
                    country: string;
                    latitude: number
                    | null;
                    locality: string;
                    longitude: number | null;
                    name: string;
                    postal_code: string;
                    region: string;
                    street: string;
                    url: string;
                }
                | null;
            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;
                }
            )[];
            mentions: { acct: string; id: string; url: string; username: string }[];
            muted: boolean;
            parent_visible?: boolean;
            pinned: boolean;
            pinned_at: string | null;
            poll:
                | {
                    emojis: {
                        category: string
                        | null;
                        shortcode: string;
                        static_url: string;
                        url: string;
                        visible_in_picker: boolean;
                    }[];
                    expired: boolean;
                    expires_at: string
                    | null;
                    id: string;
                    multiple: boolean;
                    non_anonymous: boolean;
                    options: {
                        title: string;
                        title_map: { [key: string]: string } | null;
                        votes_count: number;
                    }[];
                    own_votes: number[]
                    | null;
                    voted: boolean;
                    voters_count: number;
                    votes_count: number;
                }
                | null;
            quote: | {
                quoted_status_id: string
                | null;
                state:
                    | "rejected"
                    | "pending"
                    | "accepted"
                    | "revoked"
                    | "deleted"
                    | "unauthorized"
                    | "blocked_account"
                    | "blocked_domain"
                    | "muted_account";
            }
            | {
                quoted_status: Status
                | null;
                state:
                    | "rejected"
                    | "pending"
                    | "accepted"
                    | "revoked"
                    | "deleted"
                    | "unauthorized"
                    | "blocked_account"
                    | "blocked_domain"
                    | "muted_account";
            }
            | null;
            quote_approval: | {
                automatic: (
                    "following"
                    | "public"
                    | "followers"
                    | "unsupported_policy"
                )[];
                current_user: "unknown" | "automatic" | "manual" | "denied";
                manual: ("following" | "public" | "followers" | "unsupported_policy")[];
            }
            | null;
            quote_id: string
            | null;
            quote_url?: string;
            quote_visible?: boolean;
            quotes_count: number;
            reblog: Status | null;
            reblogged: boolean;
            reblogs_count: number;
            replies_count: number;
            rss_feed:
                | {
                    description: string
                    | null;
                    id: string;
                    image_url: string | null;
                    title: string | null;
                    url: string;
                }
                | null;
            scheduled_at: null;
            sensitive: boolean;
            spoiler_text: string;
            spoiler_text_map: { [key: string]: string }
            | null;
            tags: {
                following?: boolean;
                history: { accounts: number; day: number; uses: number }[] | null;
                name: string;
                total: number | null;
                url: string;
            }[];
            text: string
            | null;
            text_map: { [key: string]: string } | null;
            thread_muted?: boolean;
            translation:
                | false
                | {
                    content: string;
                    detected_source_language: string;
                    id: string
                    | null;
                    language: string;
                    media_attachments: { description: string; id: string }[];
                    poll?: { id: string; options: { title: string }[] };
                    provider: string | null;
                    spoiler_text: string;
                }
                | null;
            uri: string;
            url: string;
            visibility: string;
        }[];
        target_account: {
            account: Account
            | null;
            actor_type: string | null;
            approved: boolean;
            confirmed: boolean;
            created_at: string;
            created_by_application_id?: string;
            disabled: boolean;
            display_name: string | null;
            domain: string | null;
            email: string | null;
            id: string;
            invite_request: string | null;
            invited_by_account_id?: string;
            ip: string | null;
            ips: { ip: string; used_at: string }[];
            locale: string | null;
            role:
                | {
                    color: string;
                    highlighted: boolean;
                    id: string;
                    name: string;
                    permissions: string;
                }
                | null;
            sensitized: boolean;
            silenced: boolean;
            suggested: boolean
            | null;
            suspended: boolean;
            username: string;
        };
        updated_at?: string;
    }

    Type Declaration

    • account: {
          account: Account | null;
          actor_type: string | null;
          approved: boolean;
          confirmed: boolean;
          created_at: string;
          created_by_application_id?: string;
          disabled: boolean;
          display_name: string | null;
          domain: string | null;
          email: string | null;
          id: string;
          invite_request: string | null;
          invited_by_account_id?: string;
          ip: string | null;
          ips: { ip: string; used_at: string }[];
          locale: string | null;
          role:
              | {
                  color: string;
                  highlighted: boolean;
                  id: string;
                  name: string;
                  permissions: string;
              }
              | null;
          sensitized: boolean;
          silenced: boolean;
          suggested: boolean
          | null;
          suspended: boolean;
          username: string;
      }
    • Optionalaction_taken?: boolean
    • action_taken_at: string | null
    • action_taken_by_account:
          | {
              account: Account
              | null;
              actor_type: string | null;
              approved: boolean;
              confirmed: boolean;
              created_at: string;
              created_by_application_id?: string;
              disabled: boolean;
              display_name: string | null;
              domain: string | null;
              email: string | null;
              id: string;
              invite_request: string | null;
              invited_by_account_id?: string;
              ip: string | null;
              ips: { ip: string; used_at: string }[];
              locale: string | null;
              role:
                  | {
                      color: string;
                      highlighted: boolean;
                      id: string;
                      name: string;
                      permissions: string;
                  }
                  | null;
              sensitized: boolean;
              silenced: boolean;
              suggested: boolean
              | null;
              suspended: boolean;
              username: string;
          }
          | null
    • assigned_account:
          | {
              account: Account
              | null;
              actor_type: string | null;
              approved: boolean;
              confirmed: boolean;
              created_at: string;
              created_by_application_id?: string;
              disabled: boolean;
              display_name: string | null;
              domain: string | null;
              email: string | null;
              id: string;
              invite_request: string | null;
              invited_by_account_id?: string;
              ip: string | null;
              ips: { ip: string; used_at: string }[];
              locale: string | null;
              role:
                  | {
                      color: string;
                      highlighted: boolean;
                      id: string;
                      name: string;
                      permissions: string;
                  }
                  | null;
              sensitized: boolean;
              silenced: boolean;
              suggested: boolean
              | null;
              suspended: boolean;
              username: string;
          }
          | null
    • Optionalcategory?: string
    • Optionalcomment?: string
    • Optionalcreated_at?: string
    • Optionalforwarded?: boolean
    • id: string
    • rules: {
          hint: string;
          id: string;
          text: string;
          translations?: { [key: string]: { hint: string; text: string } };
      }[]
    • statuses: {
          account: Account | null;
          application: { name: string; website: string | null } | null;
          approval_status: "rejected" | "pending" | "approval" | null;
          bookmark_folder: string | null;
          bookmarked: boolean;
          card:
              | {
                  author_name: string;
                  author_url: string;
                  authors: { account: Account
                  | null; name: string; url: string }[];
                  blurhash: string | null;
                  description: string;
                  embed_url: string;
                  height: number;
                  html: string;
                  image: string | null;
                  image_description: string;
                  provider_name: string;
                  provider_url: string;
                  title: string;
                  type: "link" | "video" | "photo" | "rich";
                  url: string;
                  width: number;
              }
              | null;
          content: string;
          content_map: { [key: string]: string }
          | null;
          content_type: string | null;
          conversation_id?: string;
          created_at: string;
          direct_conversation_id?: string;
          disliked: boolean;
          dislikes_count: number;
          edited_at: string | null;
          emoji_reactions: (
              | {
                  account_ids: string[];
                  accounts: Account[];
                  count: number
                  | null;
                  me: boolean;
                  name: string;
                  static_url: undefined;
                  url: undefined;
              }
              | {
                  account_ids: string[];
                  accounts: Account[];
                  count: number
                  | null;
                  me: boolean;
                  name: string;
                  static_url: string;
                  url: string;
              }
          )[];
          emojis: {
              category: string
              | null;
              shortcode: string;
              static_url: string;
              url: string;
              visible_in_picker: boolean;
          }[];
          event: | {
              end_time: string
              | null;
              join_mode: "free" | "restricted" | "invite" | "external" | null;
              join_state: "pending" | "reject" | "accept" | null;
              location:
                  | {
                      country: string;
                      latitude: number
                      | null;
                      locality: string;
                      longitude: number | null;
                      name: string;
                      postal_code: string;
                      region: string;
                      street: string;
                      url: string;
                  }
                  | null;
              name: string;
              participants_count: number;
              participation_request_count: number;
              start_time: string
              | null;
          }
          | null;
          expires_at?: string;
          favourited: boolean;
          favourites_count: number;
          filtered: {
              filter: {
                  context: ("account" | "public" | "home" | "notifications" | "thread")[];
                  expires_at: string | null;
                  filter_action: "warn" | "hide" | "blur";
                  id: string;
                  title: string;
              };
              keyword_matches: string
              | null;
              status_matches: string | null;
          }[];
          group: | {
              avatar: string;
              avatar_default: boolean;
              avatar_description: string;
              avatar_static: string;
              created_at: string;
              display_name: string;
              domain: string;
              emojis: {
                  category: string
                  | null;
                  shortcode: string;
                  static_url: string;
                  url: string;
                  visible_in_picker: boolean;
              }[];
              header: string;
              header_default: boolean;
              header_description: string;
              header_static: string;
              id: string;
              locked: boolean;
              members_count: number;
              membership_required: boolean;
              note: string;
              owner: { id: string }
              | null;
              relationship:
                  | {
                      id: string;
                      member: boolean;
                      requested: boolean;
                      role?: OWNER
                      | ADMIN
                      | MODERATOR
                      | USER;
                  }
                  | null;
              statuses_visibility: string;
              uri: string;
              url: string;
          }
          | null;
          id: string;
          in_reply_to_account_acct?: string;
          in_reply_to_account_id: string
          | null;
          in_reply_to_id: string | null;
          interaction_policy: {
              can_favourite: {
                  automatic_approval: (
                      | "following"
                      | "me"
                      | "public"
                      | "followers"
                      | "mutuals"
                      | "mentioned"
                      | "author"
                  )[];
                  manual_approval: (
                      | "following"
                      | "me"
                      | "public"
                      | "followers"
                      | "mutuals"
                      | "mentioned"
                      | "author"
                  )[];
              };
              can_reblog: {
                  automatic_approval: (
                      | "following"
                      | "me"
                      | "public"
                      | "followers"
                      | "mutuals"
                      | "mentioned"
                      | "author"
                  )[];
                  manual_approval: (
                      | "following"
                      | "me"
                      | "public"
                      | "followers"
                      | "mutuals"
                      | "mentioned"
                      | "author"
                  )[];
              };
              can_reply: {
                  automatic_approval: (
                      | "following"
                      | "me"
                      | "public"
                      | "followers"
                      | "mutuals"
                      | "mentioned"
                      | "author"
                  )[];
                  manual_approval: (
                      | "following"
                      | "me"
                      | "public"
                      | "followers"
                      | "mutuals"
                      | "mentioned"
                      | "author"
                  )[];
              };
          };
          language: string
          | null;
          list_id: number | null;
          local?: boolean;
          local_only?: boolean;
          location:
              | {
                  country: string;
                  latitude: number
                  | null;
                  locality: string;
                  longitude: number | null;
                  name: string;
                  postal_code: string;
                  region: string;
                  street: string;
                  url: string;
              }
              | null;
          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;
              }
          )[];
          mentions: { acct: string; id: string; url: string; username: string }[];
          muted: boolean;
          parent_visible?: boolean;
          pinned: boolean;
          pinned_at: string | null;
          poll:
              | {
                  emojis: {
                      category: string
                      | null;
                      shortcode: string;
                      static_url: string;
                      url: string;
                      visible_in_picker: boolean;
                  }[];
                  expired: boolean;
                  expires_at: string
                  | null;
                  id: string;
                  multiple: boolean;
                  non_anonymous: boolean;
                  options: {
                      title: string;
                      title_map: { [key: string]: string } | null;
                      votes_count: number;
                  }[];
                  own_votes: number[]
                  | null;
                  voted: boolean;
                  voters_count: number;
                  votes_count: number;
              }
              | null;
          quote: | {
              quoted_status_id: string
              | null;
              state:
                  | "rejected"
                  | "pending"
                  | "accepted"
                  | "revoked"
                  | "deleted"
                  | "unauthorized"
                  | "blocked_account"
                  | "blocked_domain"
                  | "muted_account";
          }
          | {
              quoted_status: Status
              | null;
              state:
                  | "rejected"
                  | "pending"
                  | "accepted"
                  | "revoked"
                  | "deleted"
                  | "unauthorized"
                  | "blocked_account"
                  | "blocked_domain"
                  | "muted_account";
          }
          | null;
          quote_approval: | {
              automatic: (
                  "following"
                  | "public"
                  | "followers"
                  | "unsupported_policy"
              )[];
              current_user: "unknown" | "automatic" | "manual" | "denied";
              manual: ("following" | "public" | "followers" | "unsupported_policy")[];
          }
          | null;
          quote_id: string
          | null;
          quote_url?: string;
          quote_visible?: boolean;
          quotes_count: number;
          reblog: Status | null;
          reblogged: boolean;
          reblogs_count: number;
          replies_count: number;
          rss_feed:
              | {
                  description: string
                  | null;
                  id: string;
                  image_url: string | null;
                  title: string | null;
                  url: string;
              }
              | null;
          scheduled_at: null;
          sensitive: boolean;
          spoiler_text: string;
          spoiler_text_map: { [key: string]: string }
          | null;
          tags: {
              following?: boolean;
              history: { accounts: number; day: number; uses: number }[] | null;
              name: string;
              total: number | null;
              url: string;
          }[];
          text: string
          | null;
          text_map: { [key: string]: string } | null;
          thread_muted?: boolean;
          translation:
              | false
              | {
                  content: string;
                  detected_source_language: string;
                  id: string
                  | null;
                  language: string;
                  media_attachments: { description: string; id: string }[];
                  poll?: { id: string; options: { title: string }[] };
                  provider: string | null;
                  spoiler_text: string;
              }
              | null;
          uri: string;
          url: string;
          visibility: string;
      }[]
    • target_account: {
          account: Account | null;
          actor_type: string | null;
          approved: boolean;
          confirmed: boolean;
          created_at: string;
          created_by_application_id?: string;
          disabled: boolean;
          display_name: string | null;
          domain: string | null;
          email: string | null;
          id: string;
          invite_request: string | null;
          invited_by_account_id?: string;
          ip: string | null;
          ips: { ip: string; used_at: string }[];
          locale: string | null;
          role:
              | {
                  color: string;
                  highlighted: boolean;
                  id: string;
                  name: string;
                  permissions: string;
              }
              | null;
          sensitized: boolean;
          silenced: boolean;
          suggested: boolean
          | null;
          suspended: boolean;
          username: string;
      }
    • Optionalupdated_at?: string