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

9
LINES

< > BotCompany Repo | #1021677 // dm_discord_linesInChannelBy

JavaX fragment (include)

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));
}

Author comment

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: 227 / 272
Version history: 4 change(s)
Referenced in: [show references]