Skip to main content
{
	"ban_media": true,
	"ban_urls": true,
	"banned_words": ["<string>"],
	"experience": {
		"id": "exp_xxxxxxxxxxxxxx",
		"name": "Trading Signals Chat"
	},
	"id": "<string>",
	"user_posts_cooldown_seconds": 42,
	"who_can_post": "everyone",
	"who_can_react": "everyone"
}
ban_media
boolean
required
Whether media uploads such as images and videos are blocked in this chat.
ban_urls
boolean
required
Whether URL links are blocked from being posted in this chat.
banned_words
array<string>
required
A list of words that are automatically filtered from messages in this chat.
experience
object
required
The experience this chat feed is attached to.
id
string
required
The unique identifier for the entity
user_posts_cooldown_seconds
integer | null
required
The minimum number of seconds a user must wait between consecutive messages. Null if no cooldown is enforced.Example: 42
who_can_post
WhoCanPostTypes
required
The permission level controlling which users can send messages in this chat.Available options: everyone, admins
who_can_react
WhoCanReactTypes
required
The permission level controlling which users can add reactions in this chat.Available options: everyone, no_one