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

Method room_announce

src/wechaty/fake_puppet.py:730–736  ·  view source on GitHub ↗

set/get room announcement

(
            self,
            room_id: str,
            announcement: str = None)

Source from the content-addressed store, hash-verified

728 self.add_fake_room(payload)
729
730 async def room_announce(
731 self,
732 room_id: str,
733 announcement: str = None) -> str:
734 """
735 set/get room announcement
736 """
737
738 async def room_qr_code(self, room_id: str) -> str:
739 """

Callers 1

announceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected