RocketChat / Rocket.Chat.Go.SDK

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

Improve realtime and rest to be more useful in a golang bot #43

Closed geekgonecrazy closed 3 years ago

geekgonecrazy commented 3 years ago

Realtime: Added SubscribeToMyMessages. This lets you subscribe to all messages meant for the user. Very useful for a bot case.

Rest: