mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-18 11:44:18 +00:00
feat:add dingtalk stream
fix:adapter is_stream_output_supported bug fix:stream message reply chunk in message_id
This commit is contained in:
@@ -80,6 +80,10 @@ class MessagePlatformAdapter(metaclass=abc.ABCMeta):
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
async def create_message_card(self,message_id,event):
|
||||
'''创建卡片消息'''
|
||||
return False
|
||||
|
||||
async def is_muted(self, group_id: int) -> bool:
|
||||
"""获取账号是否在指定群被禁言"""
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user