测试音乐信息
This commit is contained in:
@@ -280,7 +280,7 @@ class MessageMixin(WechatAPIClientBase):
|
||||
else:
|
||||
self.error_handler(json_resp)
|
||||
|
||||
async def send_voice_message(self, wxid: str, voice: Union[str, bytes, os.PathLike], format: str = "amr") -> \
|
||||
async def send_voice_message(self, wxid: str, voice: Union[str, bytes, os.PathLike], format: str = "AMR") -> \
|
||||
tuple[int, int, int]:
|
||||
"""发送语音消息。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user