refactor: small renames

This commit is contained in:
Hocuri
2025-09-10 18:51:13 +02:00
parent dca184f72c
commit a5d9d43d47
5 changed files with 9 additions and 10 deletions

View File

@@ -324,7 +324,7 @@ class Account:
return Chat(self, self._rpc.create_group_chat(self.id, name, protect))
def create_broadcast(self, name: str) -> Chat:
"""Create a new **broadcast channel**
"""Create a new, outgoing **broadcast channel**
(called "Channel" in the UI).
Broadcast channels are similar to groups on the sending device,