finos / spring-bot

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
https://springbot.finos.org
Apache License 2.0
60 stars 35 forks source link

@ChatResponseBody should allow addressing #231

Closed robmoffat closed 2 years ago

robmoffat commented 3 years ago

It's common to want to be able to reply privately to the person who raised the original message. Currently, you can't do that with @ChatResponseBody, you can only set the template and mode.

Ideally it would have a further field:

respondIn: ORIGINAL_CHAT, PRIVATE, ROOM

and then have another field where you can say which room.

robmoffat commented 2 years ago

related to #282

robmoffat commented 2 years ago

not needed I think. We do this using WorkResponse etc.