Update to a PUT request.

This commit is contained in:
Greyson Parrelli
2023-09-09 08:00:33 -04:00
parent 6ec00f4589
commit 4eaf9a971b
3 changed files with 7 additions and 7 deletions

View File

@@ -1220,7 +1220,7 @@ func (s *SignalClient) QuitGroup(number string, groupId string) error {
return err
}
func (s *SignalClient) RefreshGroup(number string, groupId string) error {
func (s *SignalClient) UpdateGroup(number string, groupId string) error {
var err error
if s.signalCliMode == JsonRpc {
type Request struct {