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() {
7979 }
8080
8181 /**
82- * @Deprecated Use canManageVideoChats() instead
82+ * @deprecated Use canManageVideoChats() instead
8383 */
8484 public Boolean canManageVoiceChats () {
8585 return can_manage_video_chats ;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public PromoteChatMember canDeleteMessages(boolean canDeleteMessages) {
3838 }
3939
4040 /**
41- * @Deprecated Use canManageVideoChats(boolean canManageVideoChats) instead
41+ * @deprecated Use canManageVideoChats(boolean canManageVideoChats) instead
4242 */
4343 public PromoteChatMember canManageVoiceChats (boolean canManageVoiceChats ) {
4444 return add ("can_manage_video_chats" , canManageVoiceChats );
You can’t perform that action at this time.
0 commit comments