RocketChat / Rocket.Chat.Go.SDK

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

SendMessage with models.Message instead of string #25

Closed ZakiChammaa closed 5 years ago

ZakiChammaa commented 5 years ago

Instead of passing a string to the SendMessage function, I pass a models.Message type variable. Passing a string really limits what we can do with the message.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

ZakiChammaa commented 5 years ago

Need to discuss this with my team, will open new PR in the next couple of days.