kient / ChatUserData
Interface: ChatUserData
Properties
Property | Type | Defined in |
---|---|---|
channel_slug | string | src/structures/chat-user.ts:11 |
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 |