mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-14 07:10:09 +08:00
Add MessageChainBuilder.build
This commit is contained in:
parent
3921fd3598
commit
6f5441bf1a
@ -161,4 +161,7 @@ class MessageChainBuilder private constructor(
|
||||
this.flushCache()
|
||||
return MessageChainImplByCollection(this) // fast-path, no need to constrain
|
||||
}
|
||||
|
||||
/** 同 [asMessageChain] */
|
||||
fun build(): MessageChain = asMessageChain()
|
||||
}
|
Loading…
Reference in New Issue
Block a user