【发布时间】:2018-04-29 08:37:07
【问题描述】:
我正在尝试加载在特定消息 ID 之后发布的所有消息,但无论我输入什么,它都会返回所有具有提供限制的消息。
示例消息 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 当然是假的)
【问题讨论】: