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

16
LINES

< > BotCompany Repo | #1002503 // Our Last Dialog / Dialog ID / Dialog IDs / Dialog Size Bot

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (965L/7K/21K).

!752

answer {
  if "dialog id" ret getDialogID();
  
  if "dialog ids" {
    L<Map> history = cast get(getMainBot(), "history");
    ret structure(collectTreeSet(history, "dialogID"));
  }
  
  if "our last dialog"
    ret structure(last(getDialog()));

  if "dialog size"
    ret lstr(getDialog());
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1002503
Snippet name: Our Last Dialog / Dialog ID / Dialog IDs / Dialog Size Bot
Eternal ID of this version: #1002503/1
Text MD5: 76733ffef3f924e5e697028e04c1163d
Transpilation MD5: 3d76b97a3c4f77c4558ecdd090cc0784
Author: stefan
Category: eleu
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-02-02 01:37:30
Source code size: 319 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 647 / 1152
Referenced in: [show references]