Commit c1e7b559 authored by Him188's avatar Him188

Fix build

parent f9a29633
...@@ -77,7 +77,7 @@ internal class QQImpl( ...@@ -77,7 +77,7 @@ internal class QQImpl(
} }
@Deprecated("for binary compatibility", level = DeprecationLevel.HIDDEN) @Deprecated("for binary compatibility", level = DeprecationLevel.HIDDEN)
override suspend fun sendMessage(message: MessageChain) { override suspend fun sendMessage(message: MessageChain): MessageReceipt<QQ> {
return this.sendMessage(message as Message) return this.sendMessage(message as Message)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment