constructMessageSource

abstract fun constructMessageSource(botId: Long, kind: MessageSourceKind, fromId: Long, targetId: Long, ids: IntArray, time: Int, internalIds: IntArray, originalMessage: MessageChain): OfflineMessageSource

构造一个 OfflineMessageSource.

更推荐使用 MessageSourceBuilderMessageSource.copyAmend 创建 OfflineMessageSource.

Parameters