Package top.focess.qq.api.bot.message
Class MessageChain
- java.lang.Object
-
- top.focess.qq.api.bot.message.Message
-
- top.focess.qq.api.bot.message.MessageChain
-
-
Constructor Summary
Constructors Constructor Description MessageChain(net.mamoe.mirai.message.data.MessageChain message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Message>iterator()java.util.stream.Stream<Message>stream()StringtoMiraiCode()-
Methods inherited from class top.focess.qq.api.bot.message.Message
getNativeMessage, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-