Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
db0c4155ee
commit
335591a37a
10
js/ui/botui/examples/hello-world-with-html/hello-world.js
Normal file
10
js/ui/botui/examples/hello-world-with-html/hello-world.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
var botui = new BotUI('hello-world');
|
||||
|
||||
botui.message.add({
|
||||
content: 'Hello World from bot!<br/>line break.<a href="https://moin.im">link</a>'
|
||||
});
|
||||
|
||||
botui.message.add({
|
||||
human: true,
|
||||
content: 'Hello World from human!'
|
||||
});
|
Loading…
Reference in New Issue
Block a user