From 62e15090d57dd3358f8ef30787dc902f00747eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Alberto=20D=C3=ADaz=20Orozco=20=28Akiel=29?= Date: Wed, 17 Nov 2021 20:46:24 +0100 Subject: [PATCH] Follow API naming --- rocketchat_API/APISections/groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocketchat_API/APISections/groups.py b/rocketchat_API/APISections/groups.py index d745754..b564b1a 100644 --- a/rocketchat_API/APISections/groups.py +++ b/rocketchat_API/APISections/groups.py @@ -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",