Parameters
- client: Client
- message:
| { content: string; type: "text" }
| { by: string; id: string; type: "user_added" }
| { by: string; id: string; type: "user_remove" }
| { id: string; type: "user_joined" }
| { id: string; type: "user_left" }
| { id: string; type: "user_kicked" }
| { id: string; type: "user_banned" }
| { by: string; name: string; type: "channel_renamed" }
| { by: string; type: "channel_description_changed" }
| { by: string; type: "channel_icon_changed" }
| { from: string; to: string; type: "channel_ownership_changed" }
| { by: string; id: string; type: "message_pinned" }
| { by: string; id: string; type: "message_unpinned" }
System Message
User System Message