logo

ChatTags Object

The ChatTags object represents tag information associated with a specific chat (Group or Channel). Tags help categorize or group users or messages contextually.
You can define up to 63 tags per chat. Each tag is scoped to the specific chat it was created in — it is not shared globally across other chats.

Field
Type
Required
Description
id
String
✅ Yes
Unique identifier for the tag.
name
String
Optional
Display name of the tag.
description
String
Optional
Optional textual description for the tag’s purpose or usage.

Object

json
{ "id": 0, "name": "Manager", "description": "Manager Tag", }

Powered by Notaku