Type Alias: ChatPostEphemeralArguments
type ChatPostEphemeralArguments = TokenOverridable & MessageContents & object & Authorship & Parse & LinkNames & Partial<ThreadTS>;
Defined in: packages/web-api/src/types/request/chat.ts:163
Type declaration
user
user: string;
Description
id
of the user who will receive the ephemeral message.
The user should be in the channel specified by the channel
argument.