Restcord channel->getChannelMessages() 给出错误 return
Restcord channel->getChannelMessages() gives the wrong return
我正在尝试加载在特定消息 ID 之后发布的所有消息,但无论我输入什么,它都会 returns 所有具有所提供限制的消息。
示例消息 ID:380407098300956691
我的代码;
$pull->channel->getChannelMessages(['channel.id' => 000000000000000000,'before'=> 0,'after'=> 380407098300956691,'around'=> 0,'limit'=> 20])
(取自示例页面:http://www.restcord.com/Channel/Get%20Channel%20Messages/)
我是不是漏掉了什么? (当然 000000000000000000
是假的)
似乎是 Restcord 发布中的一个问题,
切换到开发分支解决了我的问题。
我正在尝试加载在特定消息 ID 之后发布的所有消息,但无论我输入什么,它都会 returns 所有具有所提供限制的消息。
示例消息 ID:380407098300956691
我的代码;
$pull->channel->getChannelMessages(['channel.id' => 000000000000000000,'before'=> 0,'after'=> 380407098300956691,'around'=> 0,'limit'=> 20])
(取自示例页面:http://www.restcord.com/Channel/Get%20Channel%20Messages/)
我是不是漏掉了什么? (当然 000000000000000000
是假的)
似乎是 Restcord 发布中的一个问题, 切换到开发分支解决了我的问题。