fix: unban

This commit is contained in:
Andriy
2025-03-23 11:32:03 +02:00
parent 2b41746f64
commit 1da8dce0f7
+12
View File
@@ -64,7 +64,19 @@ public class Ban : CommonHandler
new ChatPermissions
{
CanSendMessages = true,
CanAddWebPagePreviews = true,
CanChangeInfo = true,
CanInviteUsers = true,
CanManageTopics = true,
CanPinMessages = true,
CanSendAudios = true,
CanSendDocuments = true,
CanSendOtherMessages = true,
CanSendPhotos = true,
CanSendPolls = true,
CanSendVideos = true,
CanSendVideoNotes = true,
CanSendVoiceNotes = true,
});
await Reply($"{From.ToHtml()} <code>разблокировал</code> {RepliedUser!.ToHtml()}");