MCPcopy Index your code
hub / github.com/wechaty/python-wechaty / load

Method load

src/wechaty/user/message.py:398–402  ·  view source on GitHub ↗

Create a Mobile Terminated Message

(cls, message_id: str)

Source from the content-addressed store, hash-verified

396
397 @classmethod
398 def load(cls, message_id: str) -> Message:
399 """
400 Create a Mobile Terminated Message
401 """
402 return cls(message_id)
403
404 def type(self) -> MessageType:
405 """

Callers 9

sayMethod · 0.95
find_allMethod · 0.45
talkerMethod · 0.45
toMethod · 0.45
roomMethod · 0.45
to_recalledMethod · 0.45
id_to_contactMethod · 0.45
readyMethod · 0.45
to_contactMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected