Interface: BannedUserAddedEvent
Extends
Omit
<BasePrivateChatroomEvent
,"created_at"
>
Properties
Property | Type | Description | Inheritance |
---|---|---|---|
ban | Object | - | - |
ban.created_at | Date | - | - |
ban.reason | string | - | - |
ban.type | string | - | - |
banned | Object | - | - |
banned.id | number | - | - |
banned.slug | string | - | - |
banned.username | string | - | - |
channel | Object | - | Omit.channel |
channel.id | number | - | - |
channel.slug | string | - | - |
id | string | - | Omit.id |
user | Object | - | Omit.user |
user.id | number | - | - |
user.slug | string | - | - |
user.username | string | - | - |
Generated using typedoc-plugin-markdown and TypeDoc