Fix build

This commit is contained in:
Him188 2020-03-22 23:44:26 +08:00
parent f9a296331d
commit c1e7b55910

View File

@ -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)
} }