RocketChat / Rocket.Chat.Go.SDK

Go SDK for REST API and Realtime api
MIT License
59 stars 58 forks source link

Message type seems to be outdated #50

Open eloo opened 2 years ago

eloo commented 2 years ago

Hi,

according to the schema definition (https://developer.rocket.chat/reference/api/schema-definition/message) it seems that the message type in the go sdk is a bit outdated.

Most important the tmid is missing so its not possible to determine if a message is a thread answer or new message.

Would be great if this could be updated

Git-general-InternalIT commented 1 year ago

+1

getzze commented 1 year ago

Hi, The reactions field is also missing. Is this going to be updated?