generated from array-in-a-matrix/matrix-bot-template
Update src/MatrixClient.nim
This commit is contained in:
parent
9f80848179
commit
0762c1688c
1 changed files with 2 additions and 1 deletions
|
@ -36,3 +36,4 @@ proc onRoomMessage*(client: Client, callback: proc(roomId: cstring, event: Event
|
|||
|
||||
proc replyNotice*(client: Client, roomId: cstring, event: Event, text: cstring) {.importjs: "#.replyNotice(#, #, #)".} #? returns a promise
|
||||
proc replyNotice*(client: Client, roomId: cstring, event: Event, text: cstring, html: cstring) {.importjs: "#.replyNotice(#, #, #, #)".} #? returns a promise
|
||||
# TODO: add more reply js methods/nim procs
|
Loading…
Add table
Reference in a new issue