feat: add utils to reply to and edit messages
This commit is contained in:
parent
b51efc01e9
commit
b28920898c
3 changed files with 46 additions and 0 deletions
5
utils/replyToMessage.ts
Normal file
5
utils/replyToMessage.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import type { MessageProps } from "~/types/props";
|
||||
|
||||
export default (element: HTMLDivElement, props: MessageProps) => {
|
||||
console.log("element:", element);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue