We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a956f0 + d5cc0b6 commit 001c949Copy full SHA for 001c949
library/src/main/java/com/pengrad/telegrambot/model/ChatAdministratorRights.java
@@ -82,7 +82,7 @@ public ChatAdministratorRights canManageVideoChats(boolean canManageVideoChats)
82
return this;
83
}
84
85
- public ChatAdministratorRights canRestringMembers(boolean canRestrictMembers) {
+ public ChatAdministratorRights canRestrictMembers(boolean canRestrictMembers) {
86
this.can_restrict_members = canRestrictMembers;
87
88
0 commit comments