> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Channel Info • AI Agent SDK

> ChannelInfo: Metadata about a push channel/topic.

# ChannelInfo

> Defined in the [**protocols**](../modules/protocols) module.

<Badge color="blue">AI Agent</Badge>

Metadata about a push channel/topic.

Attributes:
name: Channel name (unique identifier)
created\_at: Channel creation timestamp
metadata: Arbitrary channel metadata
subscriber\_count: Current number of subscribers

## Properties

<ResponseField name="name" type="str">
  No description available.
</ResponseField>

<ResponseField name="created_at" type="float">
  No description available.
</ResponseField>

<ResponseField name="metadata" type="Dict[str, Any]">
  No description available.
</ResponseField>

<ResponseField name="subscriber_count" type="int">
  No description available.
</ResponseField>

<Accordion title="Internal & Generic Methods">
  * **from\_dict**: Create from dictionary.
  * **to\_dict**: Convert to dictionary for serialization.
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/gateway/protocols.py#L1196">
  `praisonaiagents/gateway/protocols.py` at line 1196
</Card>
