1 | static S telegram_postToSendLog(S text) {
|
2 | ret telegram_postToSendLog(text, null); |
3 | } |
4 | |
5 | static S telegram_postToSendLog(S text, Long chatID) {
|
6 | if (empty(text = trim(text))) null; |
7 | S globalID = aGlobalID(); |
8 | logStructure(telegramBotToSendLog(), |
9 | litorderedmap(action := 'send, +text, where := chatID, +globalID)); |
10 | ret globalID; |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1017519 |
| Snippet name: | telegram_postToSendLog |
| Eternal ID of this version: | #1017519/6 |
| Text MD5: | 98f8a47a01ba6360025a6a54f27123b5 |
| Author: | stefan |
| Category: | javax / networking |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-08-12 17:58:28 |
| Source code size: | 348 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 613 / 639 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |