static L<GazelleLine> dm_discord_linesInChannelBy(long channelID, long userID) { ret map dm_discord_importLine((L) dm_call(dm_gazelle_linesCRUD(), 'linesInChannelBy, channelID, userID)); } static L<GazelleLine> dm_discord_linesInChannelBy(S channelName, S userName) { ret dm_discord_linesInChannelBy( (long) dm_call(dm_gazelle_linesCRUD(), 'idForChannel, channelName), (long) dm_call(dm_gazelle_linesCRUD(), 'idForUser, userName)); }
Began life as a copy of #1021676
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
Snippet ID: | #1021677 |
Snippet name: | dm_discord_linesInChannelBy |
Eternal ID of this version: | #1021677/5 |
Text MD5: | 3ca9bc590b91d71eb1c0a495088d143c |
Author: | stefan |
Category: | javax / discord |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-26 11:09:42 |
Source code size: | 455 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 313 / 356 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021770 - dm_discord_linesInChannel |