mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.contact.essence
/
Essences
/
getPage
get
Page
abstract
suspend
fun
getPage
(
start
:
Int
,
limit
:
Int
)
:
List
<
EssenceMessageRecord
>
按页获取精华消息记录
Parameters
start
起始索引 从 0 开始
limit
页大小 返回的记录最大数量,最大取 50
Throws
Illegal
State
Exception
limit
过大或其他参数错误时会触发异常