Skip to content

Commit 048405b

Browse files
committed
Renamed the field can_manage_voice_chats to can_manage_video_chats in the class ChatMemberAdministrator. The old field will remain temporarily available
1 parent 8bca196 commit 048405b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/ChatMember/ChatMemberAdministrator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @method bool getCanPostMessages() True, if the administrator can post in the channel; channels only
2020
* @method bool getCanEditMessages() True, if the administrator can edit messages of other users and can pin messages; channels only
2121
* @method bool getCanDeleteMessages() True, if the administrator can delete messages of other users
22-
* @method bool getCanManageVoiceChats() True, if the administrator can manage voice chats
22+
* @method bool getCanManageVideoChats() True, if the administrator can manage video chats
2323
* @method bool getCanRestrictMembers() True, if the administrator can restrict, ban or unban chat members
2424
* @method bool getCanPromoteMembers() True, if the administrator can add new administrators with a subset of their own privileges or demote administrators that he has promoted, directly or indirectly (promoted by administrators that were appointed by the user)
2525
* @method bool getCanChangeInfo() True, if the user is allowed to change the chat title, photo and other settings

0 commit comments

Comments
 (0)