我正在尝试加载在特定消息ID之后发布的所有消息,但无论我输入什么消息,它都会返回所有提供限制的消息。
示例邮件ID:txtline = txtline.stream()
.sorted(Comparator.comparing((String e) -> e.split(" ")[1]))
.collect(Collectors.toCollection(ArrayList::new));
我的代码;
380407098300956691
(取自示例页面:http://www.restcord.com/Channel/Get%20Channel%20Messages/)
我在这里遗漏了什么吗? ($pull->channel->getChannelMessages(['channel.id' => 000000000000000000,'before'=> 0,'after'=> 380407098300956691,'around'=> 0,'limit'=> 20])
当然是假的)
答案 0 :(得分:0)
似乎是Restcord发布中的一个问题, 切换到dev分支解决了我的问题。