We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Mas info en chat.postEphemeral
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 ) })
Activity
lgaticaq commentedon Jun 14, 2019
RESOLVED