abrom / rocketchat-ruby

Ruby wrapper for RocketChat v1 REST API
MIT License
33 stars 24 forks source link

Add support for thread messages #44

Closed MrRTi closed 1 year ago

MrRTi commented 1 year ago

tmid could be used to send message to specific thread

session.chat.post_message(room_id: 'channel_id', tmid: 'message_id', text: 'text')

abrom commented 1 year ago

Released in v0.2.2