mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Web app improvements
This commit is contained in:
@@ -42,7 +42,7 @@ extension ResolvedBotAdminRights {
|
||||
if components.contains("pin_messages") {
|
||||
rawValue |= ResolvedBotAdminRights.pinMessages.rawValue
|
||||
}
|
||||
if components.contains("promotѲe_members") {
|
||||
if components.contains("promote_members") {
|
||||
rawValue |= ResolvedBotAdminRights.promoteMembers.rawValue
|
||||
}
|
||||
if components.contains("manage_video_chats") {
|
||||
|
||||
Reference in New Issue
Block a user