kient / ChatUserData
Interface: ChatUserData
Properties
Property | Type | Defined in |
---|---|---|
channel_slug | string | src/structures/chat-user.ts:11 |
identity? | object | src/structures/chat-user.ts:12 |
identity.badges | object [] | src/structures/chat-user.ts:14 |
identity.username_color | string | src/structures/chat-user.ts:13 |
is_anonymous | boolean | src/structures/chat-user.ts:6 |
is_verified | boolean | src/structures/chat-user.ts:9 |
profile_picture | string | src/structures/chat-user.ts:10 |
user_id | number | src/structures/chat-user.ts:7 |
username | string | src/structures/chat-user.ts:8 |