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

Method message_send_url

src/wechaty/fake_puppet.py:472–481  ·  view source on GitHub ↗

send url :param conversation_id: :param url: UrlLink instance

(
            self,
            conversation_id: str,
            url: str)

Source from the content-addressed store, hash-verified

470 return 'static-id'
471
472 async def message_send_url(
473 self,
474 conversation_id: str,
475 url: str) -> str:
476 """
477 send url
478 :param conversation_id:
479 :param url: UrlLink instance
480 """
481 return 'static-id'
482
483 async def message_send_mini_program(
484 self,

Callers 3

sayMethod · 0.80
sayMethod · 0.80
sayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected