Skip to content

Missing function postEphemeral in the service. #271

@tranhanam19999

Description

@tranhanam19999

Hi everyone,
Currently, we're using the nest-slack: ^2.0.0.
Which is lacking of the API postEphemeral from slack.
Can you guys help me exposing this function?
For those who is facing the same problem with me, I have a solution which is.
We can make it any to use the client not being exposed like this:

(this.service as any).client.chat.postEphemeral({
      channel: 'some-channel',
      text: 'Hello, I'm only visible to you',
      user: theRequestedUserId,
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions