Skip to content

Commit

Permalink
Update teams.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Anupya authored Oct 24, 2023
1 parent 7d9e164 commit e8a41ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion berserk/clients/teams.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def search(self, text: str, page: int = 1) -> PaginatedTeams:
return cast(PaginatedTeams, self._r.get(path, params=params))

def message_all_members(self, team_id: str, message: str) -> None:
"""Send a private message to all members of a team. You must own the team.
"""Send a private message to all members of a team. You must be the team leader with the "Messages" permission.
:param team_id: team ID
:param message: message to send all team members
Expand Down

0 comments on commit e8a41ae

Please sign in to comment.