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

Method self_id

src/wechaty/fake_puppet.py:596–600  ·  view source on GitHub ↗

get self_id

(self)

Source from the content-addressed store, hash-verified

594 """
595
596 def self_id(self) -> str:
597 """
598 get self_id
599 """
600 return self.login_user_id
601
602 async def friendship_search(self, weixin: Optional[str] = None,
603 phone: Optional[str] = None

Callers 5

room_leave_listenerMethod · 0.80
user_selfMethod · 0.80
avatarMethod · 0.80
qr_codeMethod · 0.80
signatureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected