> ISPO SDK documentation. [HTML](https://ispo.ai/docs/variables/core.Supporting_types.communityMessageCreateArgsSchema.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Variable communityMessageCreateArgsSchema`Const`

```typescript
communityMessageCreateArgsSchema: ZodObject<
    {
        attachmentReceiptId: ZodOptional<ZodString>;
        body: ZodString;
        channelId: ZodOptional<ZodString>;
        channelRef: ZodOptional<ZodString>;
        idempotencyKey: ZodString;
        mentionHandles: ZodOptional<ZodArray<ZodString>>;
        replyToMessageId: ZodOptional<ZodString>;
        replyToMessageRef: ZodOptional<ZodString>;
    },
    $strict,
> = ...
```
