deleteEphemeralMessage
Delete an ephemeral message.
Parameters
The identifier of the chat which the message belongs to.
The identifier of the user who received the ephemeral message.
messageId: number
The identifier of the message to delete.
Result
void
Syntax
await client.deleteEphemeralMessage(chatId, receiverUserId, messageId);