# support.supper.feed.cheer

> Published by [supper.support](https://lexicon.garden/identity/did:plc:mcsqdltevtjpu26xthzzmm2l)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:mcsqdltevtjpu26xthzzmm2l/support.supper.feed.cheer)
- [Documentation](https://lexicon.garden/lexicon/did:plc:mcsqdltevtjpu26xthzzmm2l/support.supper.feed.cheer/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:mcsqdltevtjpu26xthzzmm2l/support.supper.feed.cheer/examples)

## Definitions

### `support.supper.feed.cheer`

**Type**: `record`

A public Supper Cheers reaction. The repository owner is the reacting actor. Consumers count at most one reaction per actor and subject URI, across subject revisions. A Supper post and its distribution share use the same canonical post subject. Never publish member-only reactions in a public repository.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `subject` | `ref` → `com.atproto.repo.strongRef` | Yes | The canonical public post or comment URI and its revision when cheered. Supported subjects are site.standard.document, support.supper.feed.post, support.supper.comment, app.bsky.feed.post, support.supper.poll.poll and fm.plyr.track. Counts remain attached to the URI after edits. |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "support.supper.feed.cheer",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The canonical public post or comment URI and its revision when cheered. Supported subjects are site.standard.document, support.supper.feed.post, support.supper.comment, app.bsky.feed.post, support.supper.poll.poll and fm.plyr.track. Counts remain attached to the URI after edits."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A public Supper Cheers reaction. The repository owner is the reacting actor. Consumers count at most one reaction per actor and subject URI, across subject revisions. A Supper post and its distribution share use the same canonical post subject. Never publish member-only reactions in a public repository."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
