mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-03 02:04:59 +08:00
fix build
This commit is contained in:
parent
e6e4c02586
commit
bebe75271c
@ -129,7 +129,7 @@ public suspend fun File.uploadAsImage(contact: Contact): Image {
|
||||
@MiraiExperimentalAPI
|
||||
@SinceMirai("1.2.0")
|
||||
public suspend fun InputStream.uploadAsGroupVoice(group: Group): Voice {
|
||||
return group.uploadGroupVoice(this)
|
||||
return group.uploadVoice(this)
|
||||
}
|
||||
|
||||
// endregion
|
||||
|
Loading…
Reference in New Issue
Block a user