Libraryless. Click here for Pure Java version (32L/1K).
1 | sclass WebChatBotMsg {
|
2 | S fullHTML; |
3 | bool fromUser; |
4 | S msgHTML, msgText; |
5 | |
6 | toString { ret (fromUser ? "U" : "B") + ": " + msgText; }
|
7 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028658 |
| Snippet name: | WebChatBotMsg |
| Eternal ID of this version: | #1028658/2 |
| Text MD5: | 287db26a21a374cef9771660434db3b4 |
| Transpilation MD5: | 88c33e57453201724b8c8f8a18813634 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-02 18:15:32 |
| Source code size: | 146 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 410 / 748 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |