set/get room announcement
(
self,
room_id: str,
announcement: str = None)
| 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 | """ |