MCPcopy
hub / github.com/wechaty/python-wechaty / say

Method say

src/wechaty/types.py:44–51  ·  view source on GitHub ↗

derived classes must implement this function

(
            self, text: str,
            reply_to: Union[Contact, List[Contact]]
    )

Source from the content-addressed store, hash-verified

42 wechaty sayable interface
43 """
44 async def say(
45 self, text: str,
46 reply_to: Union[Contact, List[Contact]]
47 ) -> Optional[Message]:
48 """
49 derived classes must implement this function
50 """
51 raise NotImplementedError
52
53
54# pylint: disable=R0903

Callers 5

messageFunction · 0.45
handle_loginFunction · 0.45
messageFunction · 0.45
on_messageMethod · 0.45
on_room_joinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected