# social.colibri.beta.channel.text

> Published by [colibri.social](https://lexicon.garden/identity/did:plc:mprdjqjluoswa7awzggaggj3)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:mprdjqjluoswa7awzggaggj3/social.colibri.beta.channel.text)
- [Documentation](https://lexicon.garden/lexicon/did:plc:mprdjqjluoswa7awzggaggj3/social.colibri.beta.channel.text/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:mprdjqjluoswa7awzggaggj3/social.colibri.beta.channel.text/examples)

## Definitions

### `social.colibri.beta.channel.text`

**Type**: `space`

A text channel. The space key is the channel's identity, and the channel's own configuration is the social.colibri.beta.channel record at key 'self' inside it.

```json
{
  "key": "tid",
  "name": "Colibri text channel",
  "type": "space",
  "collections": [
    "social.colibri.beta.channel",
    "social.colibri.beta.message",
    "social.colibri.beta.reaction",
    "social.colibri.beta.label"
  ],
  "description": "A text channel. The space key is the channel's identity, and the channel's own configuration is the social.colibri.beta.channel record at key 'self' inside it."
}
```

## Raw Schema

```json
{
  "id": "social.colibri.beta.channel.text",
  "defs": {
    "main": {
      "key": "tid",
      "name": "Colibri text channel",
      "type": "space",
      "collections": [
        "social.colibri.beta.channel",
        "social.colibri.beta.message",
        "social.colibri.beta.reaction",
        "social.colibri.beta.label"
      ],
      "description": "A text channel. The space key is the channel's identity, and the channel's own configuration is the social.colibri.beta.channel record at key 'self' inside it."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
