diff --git a/src/core/phelia.ts b/src/core/phelia.ts index dce4106..17db86a 100644 --- a/src/core/phelia.ts +++ b/src/core/phelia.ts @@ -150,7 +150,7 @@ export class Phelia { async postEphemeral
( message: PheliaMessage
,
channel: string,
- userId: string,
+ user: string,
props: p = null,
slackOptions?: ChatPostEphemeralArguments
): Promise