pl-api
    Preparing search index...

    Variable chatSchemaConst

    chatSchema: ObjectSchema<
        {
            account: BaseSchema<any, Account, BaseIssue<unknown>>;
            id: StringSchema<undefined>;
            last_message: SchemaWithFallback<
                NullableSchema<
                    ObjectSchema<
                        {
                            account_id: StringSchema<undefined>;
                            attachment: SchemaWithFallback<
                                NullableSchema<
                                    SchemaWithPipe<
                                        readonly [
                                            AnySchema,
                                            TransformAction<(...), (...)>,
                                            VariantSchema<(...), (...), (...)>,
                                        ],
                                    >,
                                    undefined,
                                >,
                                null,
                            >;
                            card: SchemaWithFallback<
                                NullableSchema<
                                    ObjectSchema<
                                        {
                                            author_name: SchemaWithFallback<(...), (...)>;
                                            author_url: SchemaWithFallback<(...), (...)>;
                                            authors: SchemaWithPipe<(...)>;
                                            blurhash: SchemaWithFallback<(...), (...)>;
                                            description: SchemaWithFallback<(...), (...)>;
                                            embed_url: SchemaWithFallback<(...), (...)>;
                                            height: SchemaWithFallback<(...), (...)>;
                                            html: SchemaWithFallback<(...), (...)>;
                                            image: SchemaWithFallback<(...), (...)>;
                                            image_description: SchemaWithFallback<(...), (...)>;
                                            provider_name: SchemaWithFallback<(...), (...)>;
                                            provider_url: SchemaWithFallback<(...), (...)>;
                                            title: SchemaWithFallback<(...), (...)>;
                                            type: SchemaWithFallback<(...), (...)>;
                                            url: SchemaWithPipe<(...)>;
                                            width: SchemaWithFallback<(...), (...)>;
                                        },
                                        undefined,
                                    >,
                                    undefined,
                                >,
                                null,
                            >;
                            chat_id: StringSchema<undefined>;
                            content: SchemaWithFallback<StringSchema<undefined>, "">;
                            created_at: SchemaWithPipe<
                                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                            >;
                            emojis: SchemaWithPipe<
                                readonly [
                                    SchemaWithFallback<
                                        ArraySchema<AnySchema, undefined>,
                                        readonly [],
                                    >,
                                    TransformAction<
                                        any[],
                                        {
                                            category: ...;
                                            shortcode: ...;
                                            static_url: ...;
                                            url: ...;
                                            visible_in_picker: ...;
                                        }[],
                                    >,
                                ],
                            >;
                            id: StringSchema<undefined>;
                            unread: BooleanSchema<undefined>;
                        },
                        undefined,
                    >,
                    undefined,
                >,
                null,
            >;
            unread: SchemaWithPipe<
                readonly [NumberSchema<undefined>, IntegerAction<number, undefined>],
            >;
            updated_at: SchemaWithPipe<
                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
            >;
        },
        undefined,
    > = ...