BotHistoryMessages

class BotHistoryMessages(val messages: List<BotIncomingMessage>, val nextStartSequence: Long? = null)(source)

获取历史消息的结果

Parameters

messages

消息列表

nextStartSequence

下一次获取历史消息时的起始序列号

Constructors

Link copied to clipboard
constructor(messages: List<BotIncomingMessage>, nextStartSequence: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard