Skip to content

Commit

Permalink
Merge pull request #276 from mircoianese/master
Browse files Browse the repository at this point in the history
typo on method canRestrictMembers ChatAdministratorRights
  • Loading branch information
pengrad committed Apr 29, 2022
2 parents 1a956f0 + d5cc0b6 commit 001c949
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public ChatAdministratorRights canManageVideoChats(boolean canManageVideoChats)
return this;
}

public ChatAdministratorRights canRestringMembers(boolean canRestrictMembers) {
public ChatAdministratorRights canRestrictMembers(boolean canRestrictMembers) {
this.can_restrict_members = canRestrictMembers;
return this;
}
Expand Down

0 comments on commit 001c949

Please sign in to comment.