> For the complete documentation index, see [llms.txt](https://abdi-dev.gitbook.io/mycuterobot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abdi-dev.gitbook.io/mycuterobot/placeholders/channel.md).

# Channel

This [placeholder](/mycuterobot/tutorials/placeholder.md) contains some information about a channel

## Properties

This placeholder have some properties that might be useful for you

| Property            | Description                                                | Return type                                                                                  |
| ------------------- | ---------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| \<channel mention>  | get the mention of that channel                            | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<channel name>     | get the channel name                                       | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<channel parent>   | get the channel category                                   | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<channel category> | same as `parent`                                           | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<channel id>       | get the channel id                                         | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<channel position> | get the channel position                                   | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<channel topic>    | get the channel topic                                      | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<channel type>     | get the channel type                                       | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<channel childs>   | if the channel is category, it gets the channels inside it | [List](/mycuterobot/placeholders/list.md) Of [Channel](/mycuterobot/placeholders/channel.md) |

## Know more

[Click here](/mycuterobot/tutorials/placeholder.md) to know more about using placeholders
