Skip to content

idea: ver la posibilidad de integrar Ephemeral Responses #559

Open
@lgaticaq

Description

@lgaticaq

Mas info en chat.postEphemeral

Activity

lgaticaq

lgaticaq commented on Jun 14, 2019

@lgaticaq
MemberAuthor

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
  )
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

      Participants

      @lgaticaq

      Issue actions

        idea: ver la posibilidad de integrar Ephemeral Responses · Issue #559 · devschile/huemul