huemul icon indicating copy to clipboard operation
huemul copied to clipboard

idea: ver la posibilidad de integrar Ephemeral Responses

Open lgaticaq opened this issue 5 years ago • 1 comments

Mas info en chat.postEphemeral

lgaticaq avatar Jun 14 '19 02:06 lgaticaq

RESOLVED

robot.respond(/ephemeral/i, res => {
  const options = {
    link_names: true,
    attachments: [{ text: 'Hola Mundo' }],
    as_user: true
  }
  robot.adapter.client.web.chat.postEphemeral(
    res.message.room, null, res.message.user.id, options
  )
})

lgaticaq avatar Jun 14 '19 03:06 lgaticaq