Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1028658 // WebChatBotMsg

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (32L/1K).

sclass WebChatBotMsg {
  S fullHTML;
  bool fromUser;
  S msgHTML, msgText;
  
  toString { ret (fromUser ? "U" : "B") + ": " + msgText; }
}

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: 130 / 400
Version history: 1 change(s)
Referenced in: [show references]