Skip to content

@keymaster/connect / AppMsgListParams

Interface: AppMsgListParams

appmsg.list 请求参数。

Properties overview

PropertyTypeRequiredDescription
limit?numberNo翻页上界(inclusive);缺省按 service 默认。
afterMessageId?stringNo增量同步游标(exclusive 上界):仅返回 messageId > afterMessageId 的 记录。
connectSessionIdstringYes必填:当前 connectSessionId。

Extends

  • AppMsgListInput

Properties

limit?

optional limit?: number

翻页上界(inclusive);缺省按 service 默认。

Inherited from

AppMsgListInput.limit


afterMessageId?

optional afterMessageId?: string

增量同步游标(exclusive 上界):仅返回 messageId > afterMessageId 的 记录。缺省 = 从该 owner 当前保留的最新一条之后开始。

Inherited from

AppMsgListInput.afterMessageId


connectSessionId

connectSessionId: string

必填:当前 connectSessionId。

Capability access without key custody.