toncenter-js
    Preparing search index...

    Variable messageConst

    message: ZodObject<
        {
            "@type": ZodLiteral<"raw.message">;
            body_hash: ZodString;
            created_lt: ZodString;
            destination: ZodString;
            fwd_fee: ZodUnion<readonly [ZodNumber, ZodString]>;
            ihr_fee: ZodUnion<readonly [ZodNumber, ZodString]>;
            message: ZodOptional<ZodString>;
            msg_data: ZodUnion<
                readonly [
                    ZodObject<
                        {
                            "@type": ZodLiteral<"msg.dataRaw">;
                            body: ZodString;
                            init_state: ZodString;
                        },
                        $strip,
                    >,
                    ZodObject<
                        { "@type": ZodLiteral<"msg.dataText">; text: ZodString },
                        $strip,
                    >,
                    ZodObject<
                        { "@type": ZodLiteral<"msg.dataDecryptedText">; text: ZodString },
                        $strip,
                    >,
                    ZodObject<
                        { "@type": ZodLiteral<"msg.dataEncryptedText">; text: ZodString },
                        $strip,
                    >,
                ],
            >;
            source: ZodString;
            value: ZodString;
        },
        $strip,
    > = ...