File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
library/src/main/java/com/pengrad/telegrambot Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public Boolean canDeleteMessages() {
79
79
}
80
80
81
81
/**
82
- * @Deprecated Use canManageVideoChats() instead
82
+ * @deprecated Use canManageVideoChats() instead
83
83
*/
84
84
public Boolean canManageVoiceChats () {
85
85
return can_manage_video_chats ;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public PromoteChatMember canDeleteMessages(boolean canDeleteMessages) {
38
38
}
39
39
40
40
/**
41
- * @Deprecated Use canManageVideoChats(boolean canManageVideoChats) instead
41
+ * @deprecated Use canManageVideoChats(boolean canManageVideoChats) instead
42
42
*/
43
43
public PromoteChatMember canManageVoiceChats (boolean canManageVoiceChats ) {
44
44
return add ("can_manage_video_chats" , canManageVoiceChats );
You can’t perform that action at this time.
0 commit comments