Skip to content

Commit

Permalink
Follow API naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg authored Nov 17, 2021
1 parent 89ef43f commit 62e1509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketchat_API/APISections/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def groups_rename(self, room_id, name, **kwargs):
"groups.rename", roomId=room_id, name=name, kwargs=kwargs
)

def groups_set_announcement(self, room_id, announce, **kwargs):
def groups_set_announcement(self, room_id, announcement, **kwargs):
"""Sets the announcement for the private group."""
return self.call_api_post(
"groups.setAnnouncement",
Expand Down

0 comments on commit 62e1509

Please sign in to comment.