Esposter
    Preparing search index...

    Variable standardMessageTypeSchemaConst

    standardMessageTypeSchema: ZodEnum<
        {
            EditRoom: EditRoom;
            Message: Message;
            PinMessage: PinMessage;
            Poll: Poll;
            VoiceCall: VoiceCall;
        },
    > = ...