# party.tenna.private.post

> Published by [kris.darkworld.download](https://lexicon.garden/identity/did:web:vessel.darkworld.download)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:vessel.darkworld.download/party.tenna.private.post)
- [Documentation](https://lexicon.garden/lexicon/did:web:vessel.darkworld.download/party.tenna.private.post/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:vessel.darkworld.download/party.tenna.private.post/examples)

## Definitions

### `party.tenna.private.post`

**Type**: `record`

A gated private post

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `text` | `string` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `descriptionFacets` | `array` | No |  |

## Raw Schema

```json
{
  "id": "party.tenna.private.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "descriptionFacets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            }
          }
        }
      },
      "description": "A gated private post"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
