Ilya Filisteev
Ilya Filisteev
No that is just example of event we’v got from websocket
That happens when someone sends kick clip link into chat
```Traceback (most recent call last): File "chat.py", line 272, in on_message self.message_print(message) ~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "chat.py", line 263, in message_print message_references = f"{Style.DIM}↩ {message.references.author.username}: {message.references.content}" ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/kick.py/kick/utils.py", line 13, in...
> Hello, and thank you for this! > > Is there a specific reason you opted for `Chatroom.reply`, with `Message.reply_metadata` instead of just implementing `Message.reply`? > > If not, I'd...
> > in my opinion Message was just a representation class of the message from ws and Chatroom otherwise was a class who handle api communication, thats why i choose...