*** id: 5d27f536-2dd8-4933-9989-56a95579265d title: ChatMember slug: /js/reference/chat/chat-member max-toc-depth: 3 ---------------- Represents a member in a chat. ## Properties ### channel Accesses the channel of this member. **Syntax:** `ChatMember.channel()` **Returns:** `string` *** ### id Accesses the ID of this member. **Syntax:** `ChatMember.id()` **Returns:** `string` *** ### state Accesses the state of this member. **Syntax:** `ChatMember.state()` **Returns:** `any`