jamespot-user-api
    Preparing search index...

    Class JFaqApi

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    network: Network

    Methods

    • Parameters

      • Optionalproperties: optionalKeys<
            baseObjectOutputType<
                {
                    _displayComment: ZodOptional<
                        ZodUnion<[ZodLiteral<"0">, ZodLiteral<"1">, ZodLiteral<"">]>,
                    >;
                    _web: ZodOptional<
                        ZodUnion<[ZodLiteral<"0">, ZodLiteral<"1">, ZodLiteral<"">]>,
                    >;
                    appImage: ZodOptional<
                        ZodUnion<
                            [
                                ZodString,
                                ZodObject<
                                    { image: ZodObject<(...), (...), (...), (...), (...)> },
                                    "strip",
                                    ZodTypeAny,
                                    { image: { id: ...; type: ... } },
                                    { image: { id: ...; type: ... } },
                                >,
                            ],
                        >,
                    >;
                    appImageText: ZodOptional<ZodString>;
                },
            >,
        >[]

      Returns Promise<
          ApiWrapper<
              {
                  _displayComment?: ""
                  | "0"
                  | "1";
                  _web?: "" | "0" | "1";
                  appImage?: string | { image: { id: string; type: string } };
                  appImageText?: string;
              },
              BaseMessages,
          >,
      >